Quellcode durchsuchen

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

* org-capture.el (org-capture-templates): Don't allow
currentfile anymore.
Bastien Guerry vor 14 Jahren
Ursprung
Commit
25dfaf717c
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  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"))