org.texi: Improve ODT section

This commit is contained in:
Jambunathan K 2011-12-07 01:05:14 +05:30 committed by Bastien Guerry
parent 11af1b1678
commit 57185cc6d9

View file

@ -612,7 +612,7 @@ DocBook export
OpenDocument Text export OpenDocument Text export
* Installing ODT exporter:: How to install @acronym{ODT} exporter * Pre-requisites for @acronym{ODT} export::
* @acronym{ODT} export commands:: How to invoke @acronym{ODT} export * @acronym{ODT} export commands:: How to invoke @acronym{ODT} export
* Applying Custom Styles:: How to apply custom styles to the output * Applying Custom Styles:: How to apply custom styles to the output
* Links in @acronym{ODT} export:: How links will be interpreted and formatted * Links in @acronym{ODT} export:: How links will be interpreted and formatted
@ -622,7 +622,6 @@ OpenDocument Text export
* Literal Examples in @acronym{ODT} export:: How source and example blocks are formatted * Literal Examples in @acronym{ODT} export:: How source and example blocks are formatted
* Working with raw OpenDocument XML:: * Working with raw OpenDocument XML::
* Advanced topics in @acronym{ODT} export:: * Advanced topics in @acronym{ODT} export::
* Additional Documentation:: Where to find more information
Advanced topics in @acronym{ODT} export Advanced topics in @acronym{ODT} export
@ -10755,7 +10754,7 @@ special characters included in XHTML entities:
@cindex org-odt.el @cindex org-odt.el
@cindex org-modules @cindex org-modules
Orgmode@footnote{Versions 7.6 or later} supports export to OpenDocument Orgmode@footnote{Versions 7.8 or later} supports export to OpenDocument
Text(@acronym{ODT}) format using @file{org-odt.el} module. Documents created Text(@acronym{ODT}) format using @file{org-odt.el} module. Documents created
by this exporter use @cite{OpenDocument-v1.2 by this exporter use @cite{OpenDocument-v1.2
specification}@footnote{@url{http://docs.oasis-open.org/office/v1.2/OpenDocument-v1.2.html, specification}@footnote{@url{http://docs.oasis-open.org/office/v1.2/OpenDocument-v1.2.html,
@ -10763,7 +10762,7 @@ Open Document Format for Office Applications (OpenDocument) Version 1.2}} and
are compatible with LibreOffice 3.4. are compatible with LibreOffice 3.4.
@menu @menu
* Installing ODT exporter:: How to install @acronym{ODT} exporter * Pre-requisites for @acronym{ODT} export::
* @acronym{ODT} export commands:: How to invoke @acronym{ODT} export * @acronym{ODT} export commands:: How to invoke @acronym{ODT} export
* Applying Custom Styles:: How to apply custom styles to the output * Applying Custom Styles:: How to apply custom styles to the output
* Links in @acronym{ODT} export:: How links will be interpreted and formatted * Links in @acronym{ODT} export:: How links will be interpreted and formatted
@ -10773,35 +10772,15 @@ are compatible with LibreOffice 3.4.
* Literal Examples in @acronym{ODT} export:: How source and example blocks are formatted * Literal Examples in @acronym{ODT} export:: How source and example blocks are formatted
* Working with raw OpenDocument XML:: * Working with raw OpenDocument XML::
* Advanced topics in @acronym{ODT} export:: * Advanced topics in @acronym{ODT} export::
* Additional Documentation:: Where to find more information
@end menu @end menu
@node Installing ODT exporter, @acronym{ODT} export commands, OpenDocument Text export, OpenDocument Text export @node Pre-requisites for @acronym{ODT} export, @acronym{ODT} export commands, OpenDocument Text export, OpenDocument Text export
@subsection Installing @acronym{ODT} exporter @subsection Pre-requisites for @acronym{ODT} export
@subsubheading Obtaining and Installing @acronym{ODT} exporter
The @acronym{ODT} exporter can be enabled in one of the following ways based
on your mode of installation.
@enumerate
@item
If you have downloaded Org, either as a distribution @file{.zip} or
@file{.tar} file, or as a @file{git} archive, add the @file{contrib} subdir
to @code{load-path} and customize variable @code{org-modules} to include the
@samp{odt} option.
@item
If you are using Org that comes bundled with Emacs, then you can install the
@samp{org-odt} package using the package manager (@inforef{Packages,,emacs}).
@end enumerate
@subsubheading Pre-requisites for @acronym{ODT} exporter
@cindex zip @cindex zip
@acronym{ODT} exporter relies on @file{zip} program to create the final @acronym{ODT} exporter relies on @file{zip} program to create the final
output. Check the availability of this program before proceeding further. output. Check the availability of this program before proceeding further.
@node @acronym{ODT} export commands, Applying Custom Styles, Installing ODT exporter, OpenDocument Text export @node @acronym{ODT} export commands, Applying Custom Styles, Pre-requisites for @acronym{ODT} export, OpenDocument Text export
@subsection @acronym{ODT} export commands @subsection @acronym{ODT} export commands
@subsubheading Exporting to @acronym{ODT} @subsubheading Exporting to @acronym{ODT}
@ -11163,7 +11142,7 @@ This paragraph is specially formatted and uses bold text.
@end enumerate @end enumerate
@node Advanced topics in @acronym{ODT} export, Additional Documentation, Working with raw OpenDocument XML, OpenDocument Text export @node Advanced topics in @acronym{ODT} export, , Working with raw OpenDocument XML, OpenDocument Text export
@subsection Advanced topics in @acronym{ODT} export @subsection Advanced topics in @acronym{ODT} export
@menu @menu
@ -11443,13 +11422,6 @@ are numbered.
@end enumerate @end enumerate
@end itemize @end itemize
@node Additional Documentation, , Advanced topics in @acronym{ODT} export, OpenDocument Text export
@subsection Additional documentation
The @acronym{ODT} exporter is still in development. For up to date
information, please follow Org mailing list @email{emacs-orgmode@@gnu.org}
closely.
@c end opendocument @c end opendocument
@node TaskJuggler export, Freemind export, OpenDocument Text export, Exporting @node TaskJuggler export, Freemind export, OpenDocument Text export, Exporting