org.el: Use "!" instead of "?" to see today's diary as "?" when reading a date

* org.el (org-read-date-minibuffer-local-map): Use "!" instead
of "?" to see today's diary as "?" is already bounded by
Calendar.
This commit is contained in:
Bastien Guerry 2013-02-08 17:14:50 +01:00
parent 98f362b1b7
commit 22e9c264fd

View file

@ -15641,7 +15641,7 @@ So these are more for recording a certain time/date."
(org-defkey map [(shift right)]
(lambda () (interactive)
(org-eval-in-calendar '(calendar-forward-day 1))))
(org-defkey map "?"
(org-defkey map "!"
(lambda () (interactive)
(org-eval-in-calendar '(diary-view-entries))
(message "")))