lisp/org-macs.el (org-mks): Respect case

* lisp/org-macs.el (org-mks): Respect case.

This fixes a bug regarding the selection of capture templates.

TINYCHANGE
This commit is contained in:
No Wayman 2020-02-01 10:15:20 +01:00 committed by Bastien
parent 39c656870c
commit f33167a0e5
1 changed files with 1 additions and 0 deletions

View File

@ -416,6 +416,7 @@ is selected, only the bare key is returned."
(let ((inhibit-quit t)
(buffer (org-switch-to-buffer-other-window "*Org Select*"))
(prompt (or prompt "Select: "))
case-fold-search
current)
(unwind-protect
(catch 'exit