From 25dfaf717c07d00a6fe4ad55546c76fd7d726d5f Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sun, 6 Mar 2011 18:10:48 +0100 Subject: [PATCH] * org-capture.el: Don't allow currentfile anymore. * org-capture.el (org-capture-templates): Don't allow currentfile anymore. --- lisp/org-capture.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/org-capture.el b/lisp/org-capture.el index cfbe4bbbe..dfb9c6daf 100644 --- a/lisp/org-capture.el +++ b/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")) -- 2.11.4.GIT