소스 검색

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