Browse Source

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

* org-capture.el (org-capture-templates): Don't allow
currentfile anymore.
Bastien Guerry 14 năm trước cách đây
mục cha
commit
25dfaf717c
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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"))