>>> "Ken" == Ken Mankoff <mank...@gmail.com> writes:

    > I convert to DOC with the following on OS X:

    > (use-package ox-odt
    >   :ensure nil
    >   :config (progn
    >       (setq org-odt-preferred-output-format "doc")
    >       (setq org-odt-convert-processes
    >             '(("LibreOffice" 
"/path/to/LibreOffice.app/Contents/MacOS/soffice --headless --convert-to %f%x 
%i")))))

Thanks that works, as far as the setq are concerned, what is use-package
supposed to do, in my GNU emacs 25 I cannot find it.


    > It fails if LibreOffice is running, but works if it is not running.

Ah this is a point, I did not consider, thanks!

Reply via email to