* org-capture.el: Don't allow currentfile anymore.
* org-capture.el (org-capture-templates): Don't allow currentfile anymore.
This commit is contained in:
parent
030960559e
commit
25dfaf717c
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue