Przeglądaj źródła

Turn off replacing disputed keys for rog-read-date

* lisp/org.el (org-read-date): Turn off replacing disputed keys when defining
the minibuffer keys during date selection.
Carsten Dominik 11 lat temu
rodzic
commit
a6986494a0
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      lisp/org.el

+ 1 - 0
lisp/org.el

@@ -16274,6 +16274,7 @@ user."
 					  (calendar-current-date))))
 		(org-eval-in-calendar nil t)
 		(let* ((old-map (current-local-map))
+		       (org-replace-disputed-keys nil)
 		       (map (copy-keymap calendar-mode-map))
 		       (minibuffer-local-map
 			(copy-keymap org-read-date-minibuffer-local-map)))