From f33167a0e58cd2dd0654dd8fecf1491d2051bd3c Mon Sep 17 00:00:00 2001 From: No Wayman Date: Sat, 1 Feb 2020 10:15:20 +0100 Subject: [PATCH] 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 --- lisp/org-macs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-macs.el b/lisp/org-macs.el index 4a40765e0..a98f0c082 100644 --- a/lisp/org-macs.el +++ b/lisp/org-macs.el @@ -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