From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: [Accepted] Re: [PATCH] Org Manual: Document time range spec at the date/time prompt Date: Wed, 11 Aug 2010 09:52:30 +0200 (CEST) Message-ID: <20100811075230.3E4301ACCAD1@carsten-dominiks-macbook-pro.local> References: <81eie8je8v.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=42314 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OjUSk-0003To-Ou for emacs-orgmode@gnu.org; Thu, 12 Aug 2010 05:52:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OjUSi-0006HL-BT for emacs-orgmode@gnu.org; Thu, 12 Aug 2010 05:52:38 -0400 Received: from u016822.science.uva.nl ([146.50.39.34]:55476 helo=carsten-dominiks-macbook-pro.local) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OjUSi-0006Gh-4G for emacs-orgmode@gnu.org; Thu, 12 Aug 2010 05:52:36 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Patch 208 (http://patchwork.newartisans.com/patch/208/) is now "Accepted". Maintaner comment: No comment This relates to the following submission: http://mid.gmane.org/%3C81eie8je8v.fsf%40gmail.com%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [Orgmode] Re: [PATCH] Org Manual: Document time range spec at the > date/time prompt > Date: Mon, 09 Aug 2010 15:02:08 -0000 > From: Jambunathan K > X-Patchwork-Id: 208 > Message-Id: <81eie8je8v.fsf@gmail.com> > To: > > Re-submitting my earlier patch. Please ignore the earlier one. > > > Comments: > > > Support for specifying the duration in absolute minutes could be > > useful in some cases. (In my case, I was trying to plug in the > > duration of a BBC production specified in minutes - for eg 92 min, > > 116 min, 205 min etc). > > > Related bugs: > > > 1. While trying to specify time range as '2:00-3:00' I see the > > following message - 'Error in post-command-hook: (parse-error not > > an integer 3:)'. The corresponding calendar entry gets created > > though. > > > 2. Is there support for agenda to wrap around the day. For example > > how would the following entries be interpreted 23:00+2:00, > > 3:00+48. Just curious. > >From ddc86808233b21f72bb544f5ebfdde5e5db115f7 Mon Sep 17 00:00:00 2001 > From: Jambunathan K > Date: Sun, 8 Aug 2010 22:41:07 +0530 > Subject: [PATCH] Org Manual: Document time range spec at the date/time prompt > > * org.texi (The date/time prompt): Document specification of time > ranges. > > TINYCHANGE > > --- > doc/org.texi | 10 ++++++++++ > 1 files changed, 10 insertions(+), 0 deletions(-) > > diff --git a/doc/org.texi b/doc/org.texi > index 13af2df..4938f48 100644 > --- a/doc/org.texi > +++ b/doc/org.texi > @@ -5212,6 +5212,16 @@ The function understands English month and weekday abbreviations. If > you want to use unabbreviated names and/or other languages, configure > the variables @code{parse-time-months} and @code{parse-time-weekdays}. > > +You can specify a time range by giving start and end times or by giving a > +start time and a duration (in HH:MM format). Use '-' or '--' as the separator > +in the former case and use '+' as the separator in the latter case. E.g. > + > +@example > +11am-1:15pm --> 11:00-13:15 > +11am--1:15pm --> same as above > +11am+2:15 --> same as above > +@end example > + > @cindex calendar, for selecting date > @vindex org-popup-calendar-for-date-prompt > Parallel to the minibuffer prompt, a calendar is popped up@footnote{If >