From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Sharing documents with bibtex bibliography from org to non-org users Date: Tue, 16 Aug 2016 19:48:34 +0800 Message-ID: <871t1pj5nx.fsf@ericabrahamsen.net> References: <26f59a91-f9e1-3a95-13c9-300f97d40f16@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZgxn-0004KV-5D for emacs-orgmode@gnu.org; Tue, 16 Aug 2016 12:11:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZgxg-00023x-UY for emacs-orgmode@gnu.org; Tue, 16 Aug 2016 12:11:39 -0400 Received: from [195.159.176.226] (port=52897 helo=blaine.gmane.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZgxg-00023I-N2 for emacs-orgmode@gnu.org; Tue, 16 Aug 2016 12:11:32 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1bZcrH-0002qD-Vd for emacs-orgmode@gnu.org; Tue, 16 Aug 2016 13:48:39 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Ken Mankoff 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?