Browse Source

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.
Bastien Guerry 12 years ago
parent
commit
22e9c264fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -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 "")))