0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-24 23:32:52 +00:00

* org-capture.el: Don't allow currentfile anymore.

* org-capture.el (org-capture-templates): Don't allow
currentfile anymore.
This commit is contained in:
Bastien Guerry 2011-03-06 18:10:48 +01:00
parent 030960559e
commit 25dfaf717c

View file

@ -271,8 +271,6 @@ calendar | %:type %:date"
(list :tag "File"
(const :format "" file)
(file :tag " File"))
(list :tag "Current file"
(const :format "" currentfile))
(list :tag "ID"
(const :format "" id)
(string :tag " ID"))