|
@@ -6830,6 +6830,7 @@ used as the link location instead of reading one interactively."
|
|
|
(let ((minibuffer-local-completion-map
|
|
|
(copy-keymap minibuffer-local-completion-map)))
|
|
|
(org-defkey minibuffer-local-completion-map " " 'self-insert-command)
|
|
|
+ (org-defkey minibuffer-local-completion-map "?" 'self-insert-command)
|
|
|
(apply 'org-ido-completing-read args)))
|
|
|
|
|
|
(defun org-ido-completing-read (&rest args)
|
|
@@ -9445,7 +9446,7 @@ also TODO lines."
|
|
|
;; Get a new match request, with completion
|
|
|
(let ((org-last-tags-completion-table
|
|
|
(org-global-tags-completion-table)))
|
|
|
- (setq match (org-ido-completing-read
|
|
|
+ (setq match (org-completing-read
|
|
|
"Match: " 'org-tags-completion-function nil nil nil
|
|
|
'org-tags-history))))
|
|
|
|