emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Brian Gough <bjg@network-theory.co.uk>
To: emacs-orgmode@gnu.org
Cc: Barry Gidden <barryg@network-theory.co.uk>,
	Brian Gough <bjg@network-theory.co.uk>
Subject: [PATCH] fix plain text that looks better with markup
Date: Wed,  8 Dec 2010 21:05:27 +0000	[thread overview]
Message-ID: <1291842341-15199-5-git-send-email-bjg@network-theory.co.uk> (raw)
In-Reply-To: <1291842341-15199-4-git-send-email-bjg@network-theory.co.uk>

---
 doc/org.texi |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/org.texi b/doc/org.texi
index 937a83c..be62056 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -2884,7 +2884,7 @@ Defaults to @code{lines}.
 If you want to plot to a file, specify @code{"@var{path/to/desired/output-file}"}.
 
 @item labels
-List of labels to be used for the deps (defaults to the column headers if
+List of labels to be used for the @code{deps} (defaults to the column headers if
 they exist).
 
 @item line
@@ -9054,7 +9054,7 @@ snippets will be identified as @LaTeX{} source code:
 @itemize @bullet
 @item
 Environments of any kind@footnote{When @file{MathJax} is used, only the
-environment recognized by @file{MathJax} will be processed.  When dvipng is
+environment recognized by @file{MathJax} will be processed.  When @file{dvipng} is
 used to create images, any @LaTeX{} environments will be handled.}.  The only
 requirement is that the @code{\begin} statement appears on a new line,
 preceded by only whitespace.
@@ -10433,7 +10433,7 @@ resource or resource node which is known to TaskJuggler, such as
 
 The exporter will handle dependencies that are defined in the tasks either
 with the @samp{ORDERED} attribute (@pxref{TODO dependencies}), with the
-@samp{BLOCKER} attribute (see org-depend.el) or alternatively with a
+@samp{BLOCKER} attribute (see @file{org-depend.el}) or alternatively with a
 @samp{depends} attribute. Both the @samp{BLOCKER} and the @samp{depends}
 attribute can be either @samp{previous-sibling} or a reference to an
 identifier (named @samp{task_id}) which is defined for another task in the
@@ -11916,7 +11916,7 @@ When using @code{:dir}, you should supply a relative path for file output
 (@eg{} @code{:file myfile.jpg} or @code{:file results/myfile.jpg}) in which
 case that path will be interpreted relative to the default directory.
 
-In other words, if you want your plot to go into a folder called Work in your
+In other words, if you want your plot to go into a folder called @file{Work} in your
 home directory, you could use
 
 @example
-- 
1.6.0.6

  reply	other threads:[~2010-12-08 21:07 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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       ` Brian Gough [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1291842341-15199-5-git-send-email-bjg@network-theory.co.uk \
    --to=bjg@network-theory.co.uk \
    --cc=barryg@network-theory.co.uk \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).