org-manual.org: Document . and C-. keybindings
* doc/org-manual.org (The date/time prompt): Document . and C-. keybindings. See <https://orgmode.org/list/20200829224748.32186-1-orgmode@adamspiers.org>
This commit is contained in:
parent
fd460ea468
commit
2df7a8fab0
|
@ -5985,6 +5985,8 @@ can control the calendar fully from the minibuffer:
|
|||
#+kindex: M-S-RIGHT
|
||||
#+kindex: M-S-LEFT
|
||||
#+kindex: RET
|
||||
#+kindex: .
|
||||
#+kindex: C-.
|
||||
#+attr_texinfo: :columns 0.25 0.55
|
||||
| {{{kbd(RET)}}} | Choose date at point in calendar. |
|
||||
| {{{kbd(mouse-1)}}} | Select date by clicking on it. |
|
||||
|
@ -5998,6 +6000,7 @@ can control the calendar fully from the minibuffer:
|
|||
| {{{kbd(<)}}} | Scroll calendar backward by one month. |
|
||||
| {{{kbd(M-v)}}} | Scroll calendar forward by 3 months. |
|
||||
| {{{kbd(C-v)}}} | Scroll calendar backward by 3 months. |
|
||||
| {{{kbd(.)}}} or {{{kbd(C-.)}}} | Select today's date |
|
||||
|
||||
#+vindex: org-read-date-display-live
|
||||
The actions of the date/time prompt may seem complex, but I assure you
|
||||
|
|
Loading…
Reference in New Issue