From a6936fb1e0f42c953af6f91e78f7f7d2543c2901 Mon Sep 17 00:00:00 2001 From: Jambunathan K Date: Sun, 8 Aug 2010 22:41:07 +0530 Subject: [PATCH 2/2] Update 'The date/time prompt' section of Org Manual with time range specs. Time-range-specification-at-the-date-time-prompt --- doc/org.texi | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 13af2df..d485ead 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -5206,6 +5206,15 @@ the nth such day. E.g. +2tue --> second Tuesday from now. @end example +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 '+' as the separator in the +latter case. E.g. + +@example +11am-1:15pm --> 11:00-13:15 +11am+2:15 --> same as above +@end example + @vindex parse-time-months @vindex parse-time-weekdays The function understands English month and weekday abbreviations. If -- 1.7.0.4