Function: org-odt-export-as-odf-and-open
org-odt-export-as-odf-and-open is an autoloaded, interactive and
byte-compiled function defined in ox-odt.el.gz.
Signature
(org-odt-export-as-odf-and-open)
Documentation
Export LaTeX fragment as OpenDocument formula and immediately open it.
Use org-odt-export-as-odf to read LaTeX fragment and OpenDocument
formula file.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-odt.el.gz
;;;###autoload
(defun org-odt-export-as-odf-and-open ()
"Export LaTeX fragment as OpenDocument formula and immediately open it.
Use `org-odt-export-as-odf' to read LaTeX fragment and OpenDocument
formula file."
(interactive)
(org-open-file (call-interactively 'org-odt-export-as-odf) 'system))