[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] PATCH: Document how to scroll calendar by one year at date promp
From: |
Gregor Zattler |
Subject: |
Re: [O] PATCH: Document how to scroll calendar by one year at date prompt. |
Date: |
Sun, 22 Mar 2015 22:54:13 +0100 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
Hi Nicolas,
* Nicolas Goaziou <address@hidden> [22. Mar. 2015]:
> Gregor Zattler <address@hidden> writes:
>> * Haustedt, Jens <address@hidden> [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 address@hidden
@kindex address@hidden
@kindex @key{RET}
address@hidden
address@hidden @r{Choose date at cursor in calendar.}
-mouse-1 @r{Select date by clicking on it.}
address@hidden/@key{left} @r{One day forward/backward.}
address@hidden/@key{up} @r{One week forward/backward.}
address@hidden/@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.}
address@hidden address@hidden
address@hidden address@hidden
+
address@hidden
address@hidden @r{Choose date at cursor in calendar.}
+mouse-1 @r{Select date by clicking on it.}
address@hidden/@key{left} @r{One day forward/backward.}
address@hidden/@key{up} @r{One week forward/backward.}
address@hidden/@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.}
address@hidden/@key{up} @r{Scroll calendar forward/backward by one year.}
@end example
@vindex org-read-date-display-live
--
2.1.4