|
@@ -3733,24 +3733,24 @@ and you could use `http' addresses just as well.
|
|
|
There are two approaches:
|
|
|
- Use the native Org->Odt exporter
|
|
|
|
|
|
- See the following [[http://lists.gnu.org/archive/html/emacs-orgmode/2011-03/msg01319.html][Announcement]] on the mailing list for further
|
|
|
- details. Refer [[http://lists.gnu.org/archive/html/emacs-orgmode/2011-03/msg01345.html][this article]] for instructions on checking out the
|
|
|
- exporter.
|
|
|
-
|
|
|
- At the moment, the exporter supports the following most commonly
|
|
|
- used features of Org
|
|
|
- - Various Character Styles
|
|
|
- - Various Paragraph Styles (including Source Blocks)
|
|
|
- - Embedded ODT
|
|
|
- - Embedded MathML
|
|
|
- - Numbered, Bulleted and Description lists
|
|
|
- - Embedding and Resizing of Images including embedding of LaTeX
|
|
|
- fragments
|
|
|
- - Fuzzy, Dedicated and Radio Targets and Links
|
|
|
- - Tables
|
|
|
- - Footnotes
|
|
|
- - Outline Numbering and Table Of Contents
|
|
|
- - Special markups for elements like TODOs, Timestamps and Tags
|
|
|
+ The OpenDocumentText exporter is distributed as =org-odt= package
|
|
|
+ and can be installed using the Emacs package manager. The URL for
|
|
|
+ the archive is as shown below.
|
|
|
+
|
|
|
+ See [[http://repo.or.cz/w/org-mode/org-jambu.git/blob_plain/HEAD:/packages/README.html][Release Notes]] for more information on this package.
|
|
|
+
|
|
|
+#+begin_example
|
|
|
+,----[ C-h v package-archives RET ]
|
|
|
+| package-archives is a variable defined in `package.el'.
|
|
|
+| Its value is
|
|
|
+| (("gnu" . "http://elpa.gnu.org/packages/")
|
|
|
+| ("org-odt" . "http://repo.or.cz/w/org-mode/org-jambu.git/blob_plain/HEAD:/packages/"))
|
|
|
+|
|
|
|
+| Original value was
|
|
|
+| (("gnu" . "http://elpa.gnu.org/packages/"))
|
|
|
+|
|
|
|
+`----
|
|
|
+#+end_example
|
|
|
|
|
|
- Use existing exporters
|
|
|
|