[Orgmode] Org Mode 7 Manual - printed edition now available

2010-12-17 Thread Brian Gough
her free software manuals, including Perl, Python, PostgreSQL, GNU Octave, R and others, and have donated over $24,000 to those projects this way -- more details at our website below.) -- best regards, Brian Gough Network Theory Ltd, Publishing Free Software Manuals --- http:/

[Orgmode] [PATCH] improvements to wording style

2010-12-09 Thread Brian Gough
--- doc/org.texi | 26 ++ 1 files changed, 10 insertions(+), 16 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index d1a00c2..b9ff083 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -1854,8 +1854,7 @@ item. @cindex editing tables Org comes with a fast and intu

[Orgmode] [PATCH] put emacs functions in code font

2010-12-09 Thread Brian Gough
--- doc/org.texi | 44 ++-- 1 files changed, 22 insertions(+), 22 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index c30378c..aecb224 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -12381,13 +12381,13 @@ are active: @multitable @columnfractio

[Orgmode] final proofreading patches

2010-12-09 Thread Brian Gough
Hi. I just sent our final set of proofreading patches. For reference the complete list is below, there were 25 in total. -- Brian Gough Network Theory Ltd, Publishing Free Software Manuals --- http://www.network-theory.co.uk/ + 03619e889bf061607785f092481dbfe36bcee9be correct doc typos

[Orgmode] [PATCH] fix plain text that looks better with markup

2010-12-09 Thread 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

[Orgmode] [PATCH] fix commas that should be full stops, semicolons or emdashes

2010-12-09 Thread Brian Gough
--- doc/org.texi | 50 +- 1 files changed, 25 insertions(+), 25 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index c1be294..937a83c 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -1760,7 +1760,7 @@ Since Org allows multiple references to

[Orgmode] [PATCH] include explanations of how to look up a docstring

2010-12-09 Thread Brian Gough
--- doc/org.texi |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index b9ff083..faa552e 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -1346,8 +1346,7 @@ Clone a subtree by making a number of sibling copies of it. You will be prompted f

[Orgmode] [PATCH] use kbd font

2010-12-09 Thread Brian Gough
--- doc/org.texi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index be62056..d1a00c2 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -7754,7 +7754,7 @@ refreshes and more secondary filtering. The filter is a global property of the entire

[Orgmode] [PATCH] add index entries

2010-12-09 Thread Brian Gough
--- doc/org.texi |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 3a7356b..2cb8ce2 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -6135,6 +6135,7 @@ suggestion.} for capturing new material. @orgcmd{C-c c,org-capture} Call the command

[Orgmode] [PATCH] use macro for @LaTeX name

2010-12-09 Thread Brian Gough
--- doc/org.texi | 254 +- 1 files changed, 127 insertions(+), 127 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 94a4290..4b4163e 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -556,7 +556,7 @@ Structural markup elements * H

[Orgmode] [PATCH] fix missing word in math formatting section

2010-12-09 Thread Brian Gough
--- doc/org.texi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index a29f544..1c44a79 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -9649,7 +9649,7 @@ insert something like the following into the buffer: @code{org-export-html-mathjax-optio

[Orgmode] [PATCH] use a full sentence

2010-12-09 Thread Brian Gough
--- doc/org.texi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index faa552e..1a2b3dd 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -2338,7 +2338,7 @@ $3 = remote(FOO, #$2) @r{copy column 2 from table FOO into} @end example @n

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

2010-12-09 Thread 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 interprete

[Orgmode] [PATCH] typo/grammar fix for .done CSS explanation

2010-12-09 Thread Brian Gough
--- doc/org.texi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 1c44a79..6b6d643 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -9701,7 +9701,7 @@ p.date @r{publishing date} p.creator @r{creator info, about org-m

[Orgmode] [PATCH] tangling is not a widely-known term, describe it as literate programming

2010-12-09 Thread Brian Gough
--- doc/org.texi |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 1a2b3dd..930f948 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -770,7 +770,7 @@ create dynamic @i{agenda views}. Org mode contains the Org Babel environment which al

[Orgmode] [PATCH] make "time stamps" consistent with timestamps

2010-12-09 Thread Brian Gough
--- doc/org.texi |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 930f948..553d670 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -6608,7 +6608,7 @@ create new nodes as new parents for refiling on the fly, check the variable @code{org

[Orgmode] [PATCH] make explanation of keyword lines clearer

2010-12-09 Thread Brian Gough
--- doc/org.texi |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 553d670..fc4b17d 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -12680,8 +12680,7 @@ lines into the buffer (@pxref{In-buffer settings}). Org-mode uses special lines in th

[Orgmode] [PATCH] explain how to check the default version of Org

2010-12-09 Thread Brian Gough
--- doc/org.texi |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 6b6d643..3a7356b 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -813,8 +813,7 @@ questions (FAQ), links to tutorials, e...@. This page is located at @cindex XEmacs @

[Orgmode] [PATCH] use emdashes when needed

2010-12-09 Thread Brian Gough
--- doc/org.texi | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index fc4b17d..c30378c 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -943,7 +943,7 @@ to the mailing list, in order to minimize the work the mailing list moderator

[Orgmode] [PATCH] make use of the provided @ie and @eg macros to fix the spacing

2010-12-09 Thread Brian Gough
--- doc/org.texi | 86 +- 1 files changed, 43 insertions(+), 43 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 4b4163e..c1be294 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -481,7 +481,7 @@ Capture - Refile - Archive * Cap

[Orgmode] [PATCH] use code font for example footnote labels

2010-12-09 Thread Brian Gough
--- doc/org.texi |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index aecb224..a29f544 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -12892,9 +12892,9 @@ fninline@r{define footnotes inline} fnnoinline @r{define footnotes in separate

[Orgmode] [PATCH] mismatched quotes

2010-12-01 Thread Brian Gough
From 20ba1bd3800f5865cbbf27ae1d550efb892abd90 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Thu, 25 Nov 2010 17:04:41 + Subject: [PATCH] mismatched quotes --- doc/org.texi |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index

[Orgmode] [PATCH] correct language names, acronyms etc.

2010-12-01 Thread Brian Gough
From 2c77e5b2a3b48708b2e0993fe773950332fd6dd2 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Thu, 25 Nov 2010 17:07:36 + Subject: [PATCH] correct language names, acronyms etc. --- doc/org.texi | 42 +- 1 files changed, 21 insertions(+), 21

[Orgmode] [PATCH] correct grammar

2010-12-01 Thread Brian Gough
From 246fdc680679a86c77c2736629711cd49e626fa2 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Thu, 25 Nov 2010 17:08:38 + Subject: [PATCH] correct grammar --- doc/org.texi |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index

[Orgmode] [PATCH] more typos

2010-12-01 Thread Brian Gough
From 04038c5a1f22ecf8219343e5ea80d1c7298edb90 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Thu, 25 Nov 2010 17:04:22 + Subject: [PATCH] more typos --- doc/org.texi | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index

[Orgmode] [PATCH] make Nth consistent

2010-11-30 Thread Brian Gough
From 67ff0e20cede3ae9afa332a6881184a5153c0881 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Thu, 25 Nov 2010 17:05:06 + Subject: [PATCH] make Nth consistent --- doc/org.texi |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index

[Orgmode] [PATCH] correct doc typos

2010-11-25 Thread Brian Gough
ing, he did the real work on this. -- Brian Gough Network Theory Ltd, Publishing Free Software Manuals --- http://www.network-theory.co.uk/ From 03619e889bf061607785f092481dbfe36bcee9be Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Thu, 25 Nov 2010 17:02:38 + Subject: [PATCH] correct doc

[Orgmode] importing html

2008-02-08 Thread Brian Gough
Is there an html->org mode converter? I have some web pages I want to import into org. Thanks. -- Brian Gough ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org