Karl Voit <devn...@karl-voit.at> writes: > * Jambunathan K <kjambunat...@gmail.com> wrote: >> >> Instead of importing ODT documents right inside Microsoft Office, one >> can have LibreOffice do the ODT->DOC(X) conversion and import the LO >> created DOC(X) file in to Microsoft Office. > > As a side-mark to your great comments: LibreOffice (and > OpenOffice.org) is able to convert documents from command line without > having the need for opening them, invoking a save-as-process, > choosing a different format, and closing it. > > If somebody needs to do (semi-automatically) conversions, take a > look into the command line option "--convert-to".
M-x pp-eval-expresssion RET org-export-odt-convert-processes RET will you give you this. Note the first entry. ,---- C-h v org-export-odt-convert-processes | (("LibreOffice" "soffice --headless --convert-to %f%x --outdir %d %i") | ("unoconv" "unoconv -f %f -o %d %i")) `---- --