From e5c93760c86b251b236827ead2db61a16507628e Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sat, 11 Aug 2012 19:50:20 +0200 Subject: [PATCH] org-capture.el (org-capture): Fix bug introduced by commit 1737d3 * org-capture.el (org-capture): Fix bug introduced by commit 1737d3. Thanks to Simon Thum for reporting this. --- lisp/org-capture.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 7d5945a19..7fb2b42a7 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -470,7 +470,7 @@ bypassed." org-capture-link-is-already-stored) (plist-get org-store-link-plist :annotation) (ignore-errors (org-store-link nil)))) - (entry (or entry (org-capture-select-template keys))) + (entry (org-capture-select-template keys)) initial) (setq initial (or org-capture-initial (and (org-region-active-p) -- 2.11.4.GIT