From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Gough Subject: [PATCH] use @result{} instead of --> (looks nicer) Date: Wed, 8 Dec 2010 21:05:23 +0000 Message-ID: <1291842341-15199-1-git-send-email-bjg@network-theory.co.uk> Return-path: Received: from [140.186.70.92] (port=48619 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQRDu-0006DM-8F for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 16:06:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQRDr-0002Zn-Mw for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 16:06:49 -0500 Received: from server.network-theory.com ([109.74.193.71]:40516) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQRDr-0002Za-FG for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 16:06:47 -0500 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 Cc: Barry Gidden , Brian Gough --- doc/org.texi | 54 +++++++++++++++++++++++++++--------------------------- 1 files changed, 27 insertions(+), 27 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 7df03fe..94a4290 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -5304,20 +5304,20 @@ various inputs will be interpreted, the items filled in by Org-mode are in @b{bold}. @example -3-2-5 --> 2003-02-05 -2/5/3 --> 2003-02-05 -14 --> @b{2006}-@b{06}-14 -12 --> @b{2006}-@b{07}-12 -2/5 --> @b{2007}-02-05 -Fri --> nearest Friday (default date or later) -sep 15 --> @b{2006}-09-15 -feb 15 --> @b{2007}-02-15 -sep 12 9 --> 2009-09-12 -12:45 --> @b{2006}-@b{06}-@b{13} 12:45 -22 sept 0:34 --> @b{2006}-09-22 0:34 -w4 --> ISO week for of the current year @b{2006} -2012 w4 fri --> Friday of ISO week 4 in 2012 -2012-w04-5 --> Same as above +3-2-5 @result{} 2003-02-05 +2/5/3 @result{} 2003-02-05 +14 @result{} @b{2006}-@b{06}-14 +12 @result{} @b{2006}-@b{07}-12 +2/5 @result{} @b{2007}-02-05 +Fri @result{} nearest Friday (default date or later) +sep 15 @result{} @b{2006}-09-15 +feb 15 @result{} @b{2007}-02-15 +sep 12 9 @result{} 2009-09-12 +12:45 @result{} @b{2006}-@b{06}-@b{13} 12:45 +22 sept 0:34 @result{} @b{2006}-09-22 0:34 +w4 @result{} ISO week for of the current year @b{2006} +2012 w4 fri @result{} Friday of ISO week 4 in 2012 +2012-w04-5 @result{} Same as above @end example Furthermore you can specify a relative date by giving, as the @@ -5329,13 +5329,13 @@ a single letter, you use the abbreviation of day name, the date will be the Nth such day. E.g. @example -+0 --> today -. --> today -+4d --> four days from today -+4 --> same as above -+2w --> two weeks from today -++5 --> five days from default date -+2tue --> second Tuesday from now. ++0 @result{} today +. @result{} today ++4d @result{} four days from today ++4 @result{} same as above ++2w @result{} two weeks from today +++5 @result{} five days from default date ++2tue @result{} second Tuesday from now. @end example @vindex parse-time-months @@ -5349,9 +5349,9 @@ 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 +11am-1:15pm @result{} 11:00-13:15 +11am--1:15pm @result{} same as above +11am+2:15 @result{} same as above @end example @cindex calendar, for selecting date @@ -13295,9 +13295,9 @@ Org will move the following key bindings in Org files, and in the agenda buffer (but not during date selection). @example -S-UP -> M-p S-DOWN -> M-n -S-LEFT -> M-- S-RIGHT -> M-+ -C-S-LEFT -> M-S-- C-S-RIGHT -> M-S-+ +S-UP @result{} M-p S-DOWN @result{} M-n +S-LEFT @result{} M-- S-RIGHT @result{} M-+ +C-S-LEFT @result{} M-S-- C-S-RIGHT @result{} M-S-+ @end example @vindex org-disputed-keys -- 1.6.0.6