From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Gough Subject: [PATCH] fix plain text that looks better with markup Date: Wed, 8 Dec 2010 21:05:27 +0000 Message-ID: <1291842341-15199-5-git-send-email-bjg@network-theory.co.uk> References: <1291842341-15199-1-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-2-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-3-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-4-git-send-email-bjg@network-theory.co.uk> Return-path: Received: from [140.186.70.92] (port=48794 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQRE4-0006Ja-Hv for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 16:07:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQRDv-0002cj-R5 for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 16:07:00 -0500 Received: from server.network-theory.com ([109.74.193.71]:40528) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQRDv-0002cF-MT for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 16:06:51 -0500 In-Reply-To: <1291842341-15199-4-git-send-email-bjg@network-theory.co.uk> 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 | 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