emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] org.texi: Fix missing links and formatting in 'Exporting' section
@ 2012-04-08 13:27 Julian Gehring
  2012-04-08 14:43 ` Bernt Hansen
  0 siblings, 1 reply; 4+ messages in thread
From: Julian Gehring @ 2012-04-08 13:27 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: 0001-org.texi-Fix-missing-links-and-formatting-in-Exporti.patch --]
[-- Type: text/x-patch, Size: 5300 bytes --]

From 40344d3dd27af520ba09516b72e6cbb06a37e780 Mon Sep 17 00:00:00 2001
From: Julian Gehring <julian.gehring@googlemail.com>
Date: Sun, 8 Apr 2012 15:24:47 +0200
Subject: [PATCH] org.texi: Fix missing links and formatting in 'Exporting'
 section

---
 doc/org.texi |   25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

diff --git a/doc/org.texi b/doc/org.texi
index b16adf8..5e51843 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -9565,12 +9565,12 @@ the web, while the XOXO format provides a solid base for exchange with a
 broad range of other applications.  @LaTeX{} export lets you use Org mode and
 its structured editing functions to easily create @LaTeX{} files.  DocBook
 export makes it possible to convert Org files to many other formats using
-DocBook tools.  OpenDocument Text(ODT) export allows seamless
+DocBook tools.  OpenDocument Text (ODT) export allows seamless
 collaboration across organizational boundaries.  For project management you
 can create gantt and resource charts by using TaskJuggler export.  To
 incorporate entries with associated times like deadlines or appointments into
 a desktop calendar program like iCal, Org mode can also produce extracts in
-the iCalendar format.  Currently Org mode only supports export, not import of
+the iCalendar format.  Currently, Org mode only supports export, not import of
 these different formats.
 
 Org supports export of selected regions when @code{transient-mark-mode} is
@@ -10906,10 +10906,10 @@ one format (say @samp{csv}) to another format (say @samp{ods} or @samp{xls}).
 If you have a working installation of LibreOffice, a document converter is
 pre-configured for you and you can use it right away.  If you would like to
 use @file{unoconv} as your preferred converter, customize the variable
-@code{org-export-odt-convert-process} to point to @code{unoconv}.  If you
-would like to use a converter of your own choosing or tweak the default
-settings of the default @file{LibreOffice} and @samp{unoconv} converters
-@xref{Configuring a document converter}.
+@code{org-export-odt-convert-process} to point to @code{unoconv}.  You can also
+use a converter of your own choice or tweak the default settings of the default
+@file{LibreOffice} and @samp{unoconv} converters
+(@xref{Configuring a document converter}).
 
 @subsubsection Automatically exporting to other formats
 @anchor{x-export-to-other-formats}
@@ -11243,7 +11243,7 @@ that the @file{dvipng} program be available on your system.
 
 For various reasons, you may find embedding @LaTeX{} math snippets in an
 ODT document less than reliable.  In that case, you can embed a
-math equation by linking to its MathML(@file{.mml}) source or its
+math equation by linking to its MathML (@file{.mml}) source or its
 OpenDocument formula (@file{.odf}) file as shown below:
 
 @example
@@ -11306,7 +11306,7 @@ Illustration 2: Bell curve
 Export of literal examples (@pxref{Literal examples}) with full fontification
 is supported.  Internally, the exporter relies on @file{htmlfontify.el} to
 generate all style definitions needed for a fancy listing.@footnote{Your
-@file{htmlfontify.el} library must atleast be at Emacs 24.1 levels for
+@file{htmlfontify.el} library must at least be at Emacs 24.1 levels for
 fontification to be turned on.}  The auto-generated styles have @samp{OrgSrc}
 as prefix and inherit their color from the faces used by Emacs
 @code{font-lock} library for the source language.
@@ -11355,10 +11355,9 @@ the variable @code{org-export-odt-convert-processes}.  Also specify how the
 converter can be invoked via command-line to effect the conversion.
 
 @item Configure its capabilities
-@vindex org-export-odt-convert-capabilities
 
+@vindex org-export-odt-convert-capabilities
 @anchor{x-odt-converter-capabilities}
-
 Specify the set of formats the converter can handle by customizing the
 variable @code{org-export-odt-convert-capabilities}.  Use the default value
 for this variable as a guide for configuring your converter.  As suggested by
@@ -11497,7 +11496,7 @@ regular text.
 @end example
 
 @strong{Hint:} To see the above example in action, edit your
-@file{styles.xml}(@pxref{x-orgodtstyles-xml,,Factory styles}) and add a
+@file{styles.xml} (@pxref{x-orgodtstyles-xml,,Factory styles}) and add a
 custom @samp{Highlight} style as shown below.
 
 @example
@@ -11516,7 +11515,7 @@ directive.  For example, to force a page break do the following:
 @end example
 
 @strong{Hint:} To see the above example in action, edit your
-@file{styles.xml}(@pxref{x-orgodtstyles-xml,,Factory styles}) and add a
+@file{styles.xml} (@pxref{x-orgodtstyles-xml,,Factory styles}) and add a
 custom @samp{PageBreak} style as shown below.
 
 @example
@@ -11588,7 +11587,7 @@ two table styles with the names @samp{TableWithHeaderRowAndColumn} and
 @samp{TableWithFirstRowandLastRow}.  (@strong{Important:} The OpenDocument
 styles needed for producing the above template have been pre-defined for you.
 These styles are available under the section marked @samp{Custom Table
-Template} in @file{OrgOdtContentTemplate.xml}
+Template} in @file{OrgOdtContentTemplate.xml} 
 (@pxref{x-orgodtcontenttemplate-xml,,Factory styles}).  If you need
 additional templates you have to define these styles yourselves.
 
-- 
1.7.9.4


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

* Re: [PATCH] org.texi: Fix missing links and formatting in 'Exporting' section
  2012-04-08 13:27 [PATCH] org.texi: Fix missing links and formatting in 'Exporting' section Julian Gehring
@ 2012-04-08 14:43 ` Bernt Hansen
  2012-04-09 10:35   ` Bastien
  2012-04-09 19:17   ` Julian Gehring
  0 siblings, 2 replies; 4+ messages in thread
From: Bernt Hansen @ 2012-04-08 14:43 UTC (permalink / raw)
  To: Julian Gehring; +Cc: emacs-orgmode

Julian Gehring <julian.gehring@googlemail.com> writes:

> From 40344d3dd27af520ba09516b72e6cbb06a37e780 Mon Sep 17 00:00:00 2001
> From: Julian Gehring <julian.gehring@googlemail.com>
> Date: Sun, 8 Apr 2012 15:24:47 +0200
> Subject: [PATCH] org.texi: Fix missing links and formatting in 'Exporting'
>  section

Hi Julian,

Why is the last hunk in this patch useful?  Doesn't it just add a
trailing blank?

> @@ -11588,7 +11587,7 @@ two table styles with the names @samp{TableWithHeaderRowAndColumn} and
>  @samp{TableWithFirstRowandLastRow}.  (@strong{Important:} The OpenDocument
>  styles needed for producing the above template have been pre-defined for you.
>  These styles are available under the section marked @samp{Custom Table
> -Template} in @file{OrgOdtContentTemplate.xml}
> +Template} in @file{OrgOdtContentTemplate.xml} 
>  (@pxref{x-orgodtcontenttemplate-xml,,Factory styles}).  If you need
>  additional templates you have to define these styles yourselves.

I think this hunk should probably be dropped.

Bernt

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

* Re: [PATCH] org.texi: Fix missing links and formatting in 'Exporting' section
  2012-04-08 14:43 ` Bernt Hansen
@ 2012-04-09 10:35   ` Bastien
  2012-04-09 19:17   ` Julian Gehring
  1 sibling, 0 replies; 4+ messages in thread
From: Bastien @ 2012-04-09 10:35 UTC (permalink / raw)
  To: Bernt Hansen; +Cc: Julian Gehring, emacs-orgmode

Hi Julian,

thanks for the patch, I applied an edited version of it.

Bernt Hansen <bernt@norang.ca> writes:

> Julian Gehring <julian.gehring@googlemail.com> writes:
>
>> From 40344d3dd27af520ba09516b72e6cbb06a37e780 Mon Sep 17 00:00:00 2001
>> From: Julian Gehring <julian.gehring@googlemail.com>
>> Date: Sun, 8 Apr 2012 15:24:47 +0200
>> Subject: [PATCH] org.texi: Fix missing links and formatting in 'Exporting'
>>  section
>
> Hi Julian,
>
> Why is the last hunk in this patch useful?  Doesn't it just add a
> trailing blank?
>
>> @@ -11588,7 +11587,7 @@ two table styles with the names @samp{TableWithHeaderRowAndColumn} and
>>  @samp{TableWithFirstRowandLastRow}.  (@strong{Important:} The OpenDocument
>>  styles needed for producing the above template have been pre-defined for you.
>>  These styles are available under the section marked @samp{Custom Table
>> -Template} in @file{OrgOdtContentTemplate.xml}
>> +Template} in @file{OrgOdtContentTemplate.xml} 
>>  (@pxref{x-orgodtcontenttemplate-xml,,Factory styles}).  If you need
>>  additional templates you have to define these styles yourselves.
>
> I think this hunk should probably be dropped.

I dropped it before applying the patch.

Best,

-- 
 Bastien

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

* Re: [PATCH] org.texi: Fix missing links and formatting in 'Exporting' section
  2012-04-08 14:43 ` Bernt Hansen
  2012-04-09 10:35   ` Bastien
@ 2012-04-09 19:17   ` Julian Gehring
  1 sibling, 0 replies; 4+ messages in thread
From: Julian Gehring @ 2012-04-09 19:17 UTC (permalink / raw)
  To: Bernt Hansen; +Cc: emacs-orgmode

Hi Bernt,

thank you for spotting this.  This hunk is really not doing anything useful.


Best
Julian


On 04/08/2012 04:43 PM, Bernt Hansen wrote:
> Julian Gehring<julian.gehring@googlemail.com>  writes:
>
>>  From 40344d3dd27af520ba09516b72e6cbb06a37e780 Mon Sep 17 00:00:00 2001
>> From: Julian Gehring<julian.gehring@googlemail.com>
>> Date: Sun, 8 Apr 2012 15:24:47 +0200
>> Subject: [PATCH] org.texi: Fix missing links and formatting in 'Exporting'
>>   section
>
> Hi Julian,
>
> Why is the last hunk in this patch useful?  Doesn't it just add a
> trailing blank?
>
>> @@ -11588,7 +11587,7 @@ two table styles with the names @samp{TableWithHeaderRowAndColumn} and
>>   @samp{TableWithFirstRowandLastRow}.  (@strong{Important:} The OpenDocument
>>   styles needed for producing the above template have been pre-defined for you.
>>   These styles are available under the section marked @samp{Custom Table
>> -Template} in @file{OrgOdtContentTemplate.xml}
>> +Template} in @file{OrgOdtContentTemplate.xml}
>>   (@pxref{x-orgodtcontenttemplate-xml,,Factory styles}).  If you need
>>   additional templates you have to define these styles yourselves.
>
> I think this hunk should probably be dropped.
>
> Bernt

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

end of thread, other threads:[~2012-04-09 19:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-08 13:27 [PATCH] org.texi: Fix missing links and formatting in 'Exporting' section Julian Gehring
2012-04-08 14:43 ` Bernt Hansen
2012-04-09 10:35   ` Bastien
2012-04-09 19:17   ` Julian Gehring

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).