From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: the role of org-odt-preferred-output-format etc Date: Sun, 10 Apr 2016 13:00:50 +0000 Message-ID: <87mvp139fh.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51160) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apEz8-0006ip-3Q for emacs-orgmode@gnu.org; Sun, 10 Apr 2016 09:01:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1apEz4-0004pa-Sr for emacs-orgmode@gnu.org; Sun, 10 Apr 2016 09:01:02 -0400 Received: from plane.gmane.org ([80.91.229.3]:54784) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apEz4-0004pN-MT for emacs-orgmode@gnu.org; Sun, 10 Apr 2016 09:00:58 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1apEz2-0000zj-B7 for emacs-orgmode@gnu.org; Sun, 10 Apr 2016 15:00:56 +0200 Received: from 70.red-88-1-198.dynamicip.rima-tde.net ([88.1.198.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Apr 2016 15:00:56 +0200 Received: from oub by 70.red-88-1-198.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Apr 2016 15:00:56 +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 Hello Maybe I misunderstood the manual http://orgmode.org/manual/Extending-ODT-export.html and http://orgmode.org/manual/Configuring-a-document-converter.html#Configuring-a-document-converter I can successfully convert a org file to odt, but sometimes I need it to be directly in doc format. So I thought I set org-odt-preferred-output-format to «doc». But then what? Shall I use org-odt-convert For example (org-odt-convert "~/tex/Proy-MTM-2016/LaTeX-org/cv-libre.odt" "doc") That did not work I also checked the variable org-odt-convert-process which was set to «Libreoffice», I changed that to «unoconv», but that did not help. Any suggestion? thanks Uwe Brauer