diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 6812fcdd4..75675c0f3 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -1722,7 +1722,7 @@ The template may still contain \"%?\" for cursor positioning." time org-time-was-given (member key '("u" "U")) nil nil (list org-end-time-was-given)))) - (t + (_ (push (completing-read (concat (or prompt "Enter string") (and default (format " [%s]" default))