Browse Source

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 12 năm trước cách đây
mục cha
commit
e5c93760c8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)