From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregor Zattler Subject: Re: PATCH: Document how to scroll calendar by one year at date prompt. Date: Sun, 22 Mar 2015 22:54:13 +0100 Message-ID: <20150322215413.GB5242@boo.workgroup> References: <6995BEED87293B45975DBA2355E4A90210283CDC@HL-EX-MBS1.de.eu.local> <20150322100527.GA32067@boo.workgroup> <87r3sh2kod.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZnpe-0007zi-3Y for emacs-orgmode@gnu.org; Sun, 22 Mar 2015 17:54:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YZnpa-0008Tf-Tu for emacs-orgmode@gnu.org; Sun, 22 Mar 2015 17:54:54 -0400 Received: from mout.gmx.net ([212.227.17.22]:55553) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZnpa-0008Tb-JQ for emacs-orgmode@gnu.org; Sun, 22 Mar 2015 17:54:50 -0400 Received: from boo.workgroup ([87.185.170.83]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0MPIvU-1YeBYH2o9g-004R4q for ; Sun, 22 Mar 2015 22:54:49 +0100 Content-Disposition: inline In-Reply-To: <87r3sh2kod.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Hi Nicolas, * Nicolas Goaziou [22. Mar. 2015]: > Gregor Zattler writes: >> * Haustedt, Jens [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-/ 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