emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] use @result{} instead of --> (looks nicer)
@ 2010-12-08 21:05 Brian Gough
  2010-12-08 21:05 ` [PATCH] use macro for @LaTeX name Brian Gough
  2011-01-26 17:33 ` [Accepted] use @result{} instead of --> (looks nicer) Bastien Guerry
  0 siblings, 2 replies; 27+ messages in thread
From: Brian Gough @ 2010-12-08 21:05 UTC (permalink / raw)
  To: emacs-orgmode; +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

^ permalink raw reply related	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2011-02-01 11:37 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-08 21:05 [PATCH] use @result{} instead of --> (looks nicer) Brian Gough
2010-12-08 21:05 ` [PATCH] use macro for @LaTeX name Brian Gough
2010-12-08 21:05   ` [PATCH] make use of the provided @ie and @eg macros to fix the spacing Brian Gough
2010-12-08 21:05     ` [PATCH] fix commas that should be full stops, semicolons or emdashes Brian Gough
2010-12-08 21:05       ` [PATCH] fix plain text that looks better with markup Brian Gough
2010-12-08 21:05         ` [PATCH] use kbd font Brian Gough
2010-12-08 21:05           ` [PATCH] improvements to wording style Brian Gough
2010-12-08 21:05             ` [PATCH] include explanations of how to look up a docstring Brian Gough
2010-12-08 21:05               ` [PATCH] use a full sentence Brian Gough
2010-12-08 21:05                 ` [PATCH] tangling is not a widely-known term, describe it as literate programming Brian Gough
2010-12-08 21:05                   ` [PATCH] make "time stamps" consistent with timestamps Brian Gough
2010-12-08 21:05                     ` [PATCH] make explanation of keyword lines clearer Brian Gough
2010-12-08 21:05                       ` [PATCH] use emdashes when needed Brian Gough
2010-12-08 21:05                         ` [PATCH] put emacs functions in code font Brian Gough
2010-12-08 21:05                           ` [PATCH] use code font for example footnote labels Brian Gough
2010-12-08 21:05                             ` [PATCH] fix missing word in math formatting section Brian Gough
2010-12-08 21:05                               ` [PATCH] typo/grammar fix for .done CSS explanation Brian Gough
2010-12-08 21:05                                 ` [PATCH] explain how to check the default version of Org Brian Gough
2010-12-08 21:05                                   ` [PATCH] add index entries Brian Gough
2011-02-01 11:37                                     ` [Accepted] " Bastien Guerry
2011-02-01 11:36                                   ` [Accepted] explain how to check the default version of Org Bastien Guerry
2011-02-01 11:34                                 ` [Accepted] typo/grammar fix for .done CSS explanation Bastien Guerry
2011-02-01 11:33                             ` [Accepted] use code font for example footnote labels Bastien Guerry
2011-02-01 11:32                           ` [Accepted] put emacs functions in code font Bastien Guerry
2011-02-01 11:29                     ` [Accepted] make "time stamps" consistent with timestamps Bastien Guerry
2010-12-09 17:38               ` [PATCH] include explanations of how to look up a docstring Giovanni Ridolfi
2011-01-26 17:33 ` [Accepted] use @result{} instead of --> (looks nicer) Bastien Guerry

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).