emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Sharing documents with bibtex bibliography from org to non-org u


From: Eric Abrahamsen
Subject: Re: [O] Sharing documents with bibtex bibliography from org to non-org users
Date: Tue, 16 Aug 2016 19:48:34 +0800
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux)

Ken Mankoff <address@hidden> writes:

> Hi Martin,
>
> The workflow I've been using for the past few months is this:
>
> 1) Export to ODT and then use LibreOffice to convert ODT to DOC with,
>
> (use-package ox-odt
>   :ensure nil
>   :config (progn
>           (setq org-odt-preferred-output-format "doc")
>           (setq org-odt-convert-processes
>                 '(("LibreOffice" 
> "/Applications/LibreOffice.app/Contents/MacOS/soffice --headless --convert-to 
> %f%x %i")))))
>
> Note that LibreOffice *cannot* be open/running while exporting, or the 
> conversion fails.

So *that's* what's going on! I could never figure out why it failed
sometimes -- there was no pattern that I could see. Is it possible for
the export process to know that this is why it failed, and provide a
more specific error message?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]