瀏覽代碼

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

* org-capture.el (org-capture-templates): Don't allow
currentfile anymore.
Bastien Guerry 14 年之前
父節點
當前提交
25dfaf717c
共有 1 個文件被更改,包括 0 次插入2 次删除
  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"))