소스 검색

org-capture: Fix bd3a2cb (part 2)

* lisp/org-capture.el (org-capture-fill-template): Allow more than one
  word when filling %{prompt} place holders.

Reported-by: Eric S Fraga <e.fraga@ucl.ac.uk>
<http://permalink.gmane.org/gmane.emacs.orgmode/103251>
Nicolas Goaziou 10 년 전
부모
커밋
b49f2e0b75
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org-capture.el

+ 1 - 1
lisp/org-capture.el

@@ -1723,7 +1723,7 @@ The template may still contain \"%?\" for cursor positioning."
 			 (member key '("u" "U"))
 			 nil nil (list org-end-time-was-given))))
 		     (_
-		      (push (completing-read
+		      (push (org-completing-read-no-i
 			     (concat (or prompt "Enter string")
 				     (and default (format " [%s]" default))
 				     ": ")