Org Manual: Document time range spec at the date/time prompt

* org.texi (The date/time prompt): Document specification of time
ranges.

TINYCHANGE
This commit is contained in:
Jambunathan K 2010-08-09 15:02:08 +00:00 committed by Carsten Dominik
parent da656ba48d
commit 1cdb1201f7
1 changed files with 10 additions and 0 deletions

View File

@ -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