org-odt-convert

org-odt-convert is an interactive autoloaded Lisp function in `ox-odt.el'.


(org-odt-convert &optional IN-FILE OUT-FMT PREFIX-ARG)

Convert IN-FILE to format OUT-FMT using a command line converter.
IN-FILE is the file to be converted. If unspecified, it defaults
to variable `buffer-file-name'. OUT-FMT is the desired output
format. Use `org-odt-convert-process' as the converter.
If PREFIX-ARG is non-nil then the newly converted file is opened
using `org-open-file'.