diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 6aa100fbe..c4682742b 100644 --- a/lisp/org-capture.el +++ b/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)) ": ")