> Hi Uwe, > Uwe Brauer writes: > One (pedestrian) way to achieve it, with this function: I tried the following #+begin_example #+EXPORT_FILE_NAME: myfile-office #+begin_src emacs-lisp :exports none :eval never-export :results silent (my-org/export-to-path 'html "~/Desktop/" "html") #+end_src #+begin_src emacs-lisp :exports none :eval never-export :results silent (my-org/export-to-path 'latex "./" "tex") #+end_src #+begin_src emacs-lisp :exports none :eval never-export :results silent (my-org/export-to-path 'odt "./" "odt") #+end_src * Excuses Jim: Which was? Sir Humphrey: #+end_example But then the export to odt, did not work as expected the file was too small, but maybe odt is not the right setting for the export to LO/OO. Uwe