Hi Nicolas,
* Nicolas Goaziou <[email protected]> [22. Mar. 2015]:
> Gregor Zattler <[email protected]> writes:
>> * Haustedt, Jens <[email protected]> [19. Mar. 2015]:
>>> in the description of the date/time prompt, a section describes the
>>> control of the calendar from the minibuffer.
>>>
>>> There, a description of scrolling the calendar by 1 year is missing. The
>>> keyboard shortcut is M-S-<up>/<down> and works perfectly.
>>
>> The following patch adds this info to the manual. It also
>> justifies the lines to look prettier in info.
>
> Thank you.
>
> Could you send it again using "git format-patch" and add an appropriate
> commit message?
Sure. In this iteration I also added the respective keys to the
Key index.
Ciao, Gregor
-- >8 --
Subject: [PATCH 1/1] How to scroll calendar by one year at date prompt.
Add respective keys to the Key index. Also justify the lines in this
block to look prettier in info.
---
doc/org.texi | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/doc/org.texi b/doc/org.texi
index
6d25df177d93847dba0f310e6506e5c3c8d2aa40..6b56c4aac6bb802c36a3b076f2ef4bb97019b788
100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -6135,14 +6135,18 @@ from the minibuffer:
@kindex M-S-@key{right}
@kindex M-S-@key{left}
@kindex @key{RET}
-@example
-@key{RET} @r{Choose date at cursor in calendar.}
-mouse-1 @r{Select date by clicking on it.}
-S-@key{right}/@key{left} @r{One day forward/backward.}
-S-@key{down}/@key{up} @r{One week forward/backward.}
-M-S-@key{right}/@key{left} @r{One month forward/backward.}
-> / < @r{Scroll calendar forward/backward by one month.}
-M-v / C-v @r{Scroll calendar forward/backward by 3 months.}
+@kindex M-S-@key{down}
+@kindex M-S-@key{up}
+
+@example
+@key{RET} @r{Choose date at cursor in calendar.}
+mouse-1 @r{Select date by clicking on it.}
+S-@key{right}/@key{left} @r{One day forward/backward.}
+S-@key{down}/@key{up} @r{One week forward/backward.}
+M-S-@key{right}/@key{left} @r{One month forward/backward.}
+> / < @r{Scroll calendar forward/backward by one month.}
+M-v / C-v @r{Scroll calendar forward/backward by 3 months.}
+M-S-@key{down}/@key{up} @r{Scroll calendar forward/backward by one year.}
@end example
@vindex org-read-date-display-live
--
2.1.4