From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: [odt] User-visible improvements Date: Fri, 19 Aug 2011 13:05:05 +0530 Message-ID: <81sjoxam6u.fsf@gmail.com> References: <814o1w7urm.fsf@gmail.com> <87obznch1e.fsf@altern.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:46989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QuJcT-0005g4-RG for emacs-orgmode@gnu.org; Fri, 19 Aug 2011 03:35:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QuJcS-0005eJ-Pw for emacs-orgmode@gnu.org; Fri, 19 Aug 2011 03:35:57 -0400 Received: from mail-pz0-f44.google.com ([209.85.210.44]:55843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QuJcS-0005eC-Ky for emacs-orgmode@gnu.org; Fri, 19 Aug 2011 03:35:56 -0400 Received: by pzk36 with SMTP id 36so5214254pzk.17 for ; Fri, 19 Aug 2011 00:35:55 -0700 (PDT) In-Reply-To: <87obznch1e.fsf@altern.org> (Bastien's message of "Thu, 18 Aug 2011 09:31:09 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org > I am not sure I understand why we need `org-lparse-convert-process' > and `org-lparse-convert-processes' -- isn't it possible to just have > the first one, while listing the choices within this option? I need a radio-table of an (a)list with a simultaneous ability to modify radio-table entries. Do you know how to accomplish that with defcustom? >> 3. Make C-c C-e O export directly to your preferred output format >> (doc?). Use >> >> M-x customize-variable RET org-export-odt-preferred-output-format RET >> >> (But review items 1 and 2 before doing this) > > I use unoconv. > > Can you give me an example configuration if I want C-c C-e O to output > files directly in, say, .doc (MS Word) format? Set org-lparse-convert-process to unoconv (through the custom interface). Set org-export-odt-preferred-output-format to doc. If I have got the commandline for unoconv wrong then you need to edit it's entry in org-lparse-convert-processes. I think unoconv requires that you start a converter process and have the converter client connect to it. Please make sure that the conversion happens just fine on the command line before using the org-lparse(-convert)? commands. BasicODConverter doesn't rely on a server process so it's plug and play. --