* lisp/org-macs.el (org-mks): Respect case. This fixes a bug regarding the selection of capture templates. TINYCHANGE
@@ -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