Browse Source

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

* org-capture.el (org-capture-templates): Don't allow
currentfile anymore.
Bastien Guerry 14 years ago
parent
commit
25dfaf717c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      lisp/org-capture.el

+ 0 - 2
lisp/org-capture.el

@@ -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"))