summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-03-06 18:10:48 +0100
committerBastien Guerry <bzg@altern.org>2011-03-06 18:10:48 +0100
commit25dfaf717c07d00a6fe4ad55546c76fd7d726d5f (patch)
treeeb14c7885112bd0ad7784e0f78720c6beed85493
parent030960559e24b5b364b6237d223429b5050fc2f1 (diff)
downloadorg-mode-25dfaf717c07d00a6fe4ad55546c76fd7d726d5f.tar.gz
* org-capture.el: Don't allow currentfile anymore.
* org-capture.el (org-capture-templates): Don't allow currentfile anymore.
-rw-r--r--lisp/org-capture.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index cfbe4bb..dfb9c6d 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"))