Explorar o código

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.
Bastien Guerry %!s(int64=12) %!d(string=hai) anos
pai
achega
e5c93760c8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org-capture.el

+ 1 - 1
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)