emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Accepted] [Orgmode] use @result{} instead of --> (looks nicer)


From: Bastien Guerry
Subject: [Accepted] [Orgmode] use @result{} instead of --> (looks nicer)
Date: Wed, 26 Jan 2011 18:33:35 +0100 (CET)

Patch 458 (http://patchwork.newartisans.com/patch/458/) is now "Accepted".

Maintainer comment: none

This relates to the following submission:

http://mid.gmane.org/%3C1291842341-15199-1-git-send-email-bjg%40network-theory.co.uk%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] use @result{} instead of --> (looks nicer)
> Date: Thu, 09 Dec 2010 02:05:23 -0000
> From: Brian Gough <address@hidden>
> X-Patchwork-Id: 458
> Message-Id: <address@hidden>
> To: address@hidden
> Cc: Barry Gidden <address@hidden>,
>       Brian Gough <address@hidden>
> 
> ---
>  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            --> @address@hidden
> -12            --> @address@hidden
> -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         --> @address@hidden@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{} @address@hidden
> +12            @result{} @address@hidden
> +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{} @address@hidden@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
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]