Browse Source

Fix bug with capture template prompt history

* lisp/org-capture.el (org-capture-fill-template): Initialize history variable.
Carsten Dominik 14 năm trước cách đây
mục cha
commit
2b3fa6ef3e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lisp/org-capture.el

+ 1 - 0
lisp/org-capture.el

@@ -1202,6 +1202,7 @@ The template may still contain \"%?\" for cursor positioning."
 				   "org-capture-template-prompt-history::"
 				   (or prompt "")))
 		  completions (mapcar 'list completions)))
+	  (unless (boundp histvar) (set histvar nil))
 	  (cond
 	   ((member char '("G" "g"))
 	    (let* ((org-last-tags-completion-table