org.texi: Delete XOXO documentation

* org.texi (Top, Exporting): Delete references to the XOXO export.
(XOXO export): Delete section.
This commit is contained in:
Bastien Guerry 2013-02-22 11:57:14 +01:00
parent e102289e08
commit 1b0eda810c
1 changed files with 9 additions and 28 deletions

View File

@ -572,7 +572,6 @@ Exporting
* @LaTeX{} and PDF export:: Exporting to @LaTeX{}, and processing to PDF * @LaTeX{} and PDF export:: Exporting to @LaTeX{}, and processing to PDF
* OpenDocument Text export:: Exporting to OpenDocument Text * OpenDocument Text export:: Exporting to OpenDocument Text
* Freemind export:: Exporting to Freemind mind maps * Freemind export:: Exporting to Freemind mind maps
* XOXO export:: Exporting to XOXO
* iCalendar export:: Exporting in iCalendar format * iCalendar export:: Exporting in iCalendar format
HTML export HTML export
@ -9853,14 +9852,13 @@ is normal.
Org mode documents can be exported into a variety of other formats. For Org mode documents can be exported into a variety of other formats. For
printing and sharing of notes, ASCII export produces a readable and simple printing and sharing of notes, ASCII export produces a readable and simple
version of an Org file. HTML export allows you to publish a notes file on version of an Org file. HTML export allows you to publish a notes file on
the web, while the XOXO format provides a solid base for exchange with a the web. @LaTeX{} export lets you use Org mode and its structured editing
broad range of other applications. @LaTeX{} export lets you use Org mode and functions to easily create @LaTeX{} files. OpenDocument Text (ODT) export
its structured editing functions to easily create @LaTeX{} files. allows seamless collaboration across organizational boundaries. To
OpenDocument Text (ODT) export allows seamless collaboration across incorporate entries with associated times like deadlines or appointments into
organizational boundaries. To incorporate entries with associated times like a desktop calendar program like iCal, Org mode can also produce extracts in
deadlines or appointments into a desktop calendar program like iCal, Org mode the iCalendar format. Currently, Org mode only supports export, not import
can also produce extracts in the iCalendar format. Currently, Org mode only of these different formats.
supports export, not import of these different formats.
Org supports export of selected regions when @code{transient-mark-mode} is Org supports export of selected regions when @code{transient-mark-mode} is
enabled (default in Emacs 23). enabled (default in Emacs 23).
@ -9874,7 +9872,6 @@ enabled (default in Emacs 23).
* @LaTeX{} and PDF export:: Exporting to @LaTeX{}, and processing to PDF * @LaTeX{} and PDF export:: Exporting to @LaTeX{}, and processing to PDF
* OpenDocument Text export:: Exporting to OpenDocument Text * OpenDocument Text export:: Exporting to OpenDocument Text
* Freemind export:: Exporting to Freemind mind maps * Freemind export:: Exporting to Freemind mind maps
* XOXO export:: Exporting to XOXO
* iCalendar export:: Exporting in iCalendar format * iCalendar export:: Exporting in iCalendar format
@end menu @end menu
@ -11819,7 +11816,7 @@ ODT exporter will take care of updating the
@c end opendocument @c end opendocument
@node Freemind export, XOXO export, OpenDocument Text export, Exporting @node Freemind export, iCalendar export, OpenDocument Text export, Exporting
@section Freemind export @section Freemind export
@cindex Freemind export @cindex Freemind export
@cindex mind map @cindex mind map
@ -11832,23 +11829,7 @@ Export as a Freemind mind map. For an Org file @file{myfile.org}, the Freemind
file will be @file{myfile.mm}. file will be @file{myfile.mm}.
@end table @end table
@node XOXO export, iCalendar export, Freemind export, Exporting @node iCalendar export, , Freemind export, Exporting
@section XOXO export
@cindex XOXO export
Org mode contains an exporter that produces XOXO-style output.
Currently, this exporter only handles the general outline structure and
does not interpret any additional Org mode features.
@table @kbd
@orgcmd{C-c C-e x,org-export-as-xoxo}
Export as an XOXO file. For an Org file @file{myfile.org}, the XOXO file will be
@file{myfile.html}.
@orgkey{C-c C-e v x}
Export only the visible part of the document.
@end table
@node iCalendar export, , XOXO export, Exporting
@section iCalendar export @section iCalendar export
@cindex iCalendar export @cindex iCalendar export