From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: the role of org-odt-preferred-output-format etc Date: Sun, 10 Apr 2016 15:52:16 +0000 Message-ID: <87wpo5folr.fsf@mat.ucm.es> References: <87mvp139fh.fsf@mat.ucm.es> <87y48liony.fsf@ericabrahamsen.net> <8760vp37k4.fsf@mat.ucm.es> Reply-To: Uwe Brauer Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apHf7-0007hC-6Z for emacs-orgmode@gnu.org; Sun, 10 Apr 2016 11:52:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1apHf3-0007LR-7T for emacs-orgmode@gnu.org; Sun, 10 Apr 2016 11:52:33 -0400 Received: from mail-wm0-x22e.google.com ([2a00:1450:400c:c09::22e]:35920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apHf2-0007LD-Tl for emacs-orgmode@gnu.org; Sun, 10 Apr 2016 11:52:29 -0400 Received: by mail-wm0-x22e.google.com with SMTP id v188so60953801wme.1 for ; Sun, 10 Apr 2016 08:52:27 -0700 (PDT) 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: Ken Mankoff Cc: Uwe Brauer , emacs-orgmode@gnu.org >>> "Ken" == Ken Mankoff 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!