diff --git a/lisp/org.el b/lisp/org.el index 4305a08c3..7ee07a3bc 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -6529,6 +6529,7 @@ used as the link location instead of reading one interactively." (insert (org-make-link-string link desc)))) (defun org-completing-read (&rest args) + "Completing-read with SPACE being a normal character." (let ((minibuffer-local-completion-map (copy-keymap minibuffer-local-completion-map))) (org-defkey minibuffer-local-completion-map " " 'self-insert-command)