org: ODT export commands

 
 12.9.2 ODT export commands
 --------------------------
 
 Exporting to ODT
 ................
 
 ‘C-c C-e o o     (org-odt-export-to-odt)’
 
      Export as OpenDocument Text file.
 
      If ‘org-odt-preferred-output-format’ is specified, automatically
      convert the exported file to that format.  SeeAutomatically
      exporting to other formats x-export-to-other-formats.
 
      For an Org file ‘myfile.org’, the ODT file will be ‘myfile.odt’.
      The file will be overwritten without warning.  If there is an
      active region,(1) only the region will be exported.  If the
      selected region is a single tree,(2) the tree head will become the
      document title.  If the tree head entry has, or inherits, an
      ‘EXPORT_FILE_NAME’ property, that name will be used for the export.
 
      ‘C-c C-e o O’ Export as an OpenDocument Text file and open the
      resulting file.
 
      If ‘org-odt-preferred-output-format’ is specified, open the
      converted file instead.  SeeAutomatically exporting to other
      formats x-export-to-other-formats.
 
    ---------- Footnotes ----------
 
    (1) This requires ‘transient-mark-mode’ to be turned on
 
    (2) To select the current subtree, use ‘C-c @’