Merge branch 'hotfix'
This commit is contained in:
commit
00f59ff30b
23
doc/org.texi
23
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
|
||||
|
||||
@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
|
||||
|
|
Loading…
Reference in New Issue