From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-odt: command line options for soffice bug? Date: Sat, 23 Feb 2013 10:43:22 +0100 Message-ID: <874nh3487p.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9Cum-0004d2-91 for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 06:05:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9Cuk-0004Yg-Jt for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 06:05:12 -0500 Received: from mail-wi0-f181.google.com ([209.85.212.181]:54729) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9Cuk-0004YS-DF for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 06:05:10 -0500 Received: by mail-wi0-f181.google.com with SMTP id hm6so1636707wib.2 for ; Sat, 23 Feb 2013 03:05:09 -0800 (PST) In-Reply-To: (Vinh Nguyen's message of "Sat, 16 Feb 2013 14:33:26 -0800") 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: Vinh Nguyen Cc: emacs-orgmode@gnu.org Hi Vinh, Vinh Nguyen writes: > After some debugging, it appears my "soffice" command takes a single > dash (-), not double dash (--) for command line arguments. When I > change to > > "soffice -headless -convert-to %f%x -outdir %d %i" > > in org-odt.el, things seem to work. I am running org-mode 7.9.3e on > Emacs 24.1.50.1 and LibreOffice 3.3.4 on Ubuntu 11.04. Not sure if > this is specific to me or not, but it should be fixed in org-mode. > Thanks! Since this looks like to be an issue for Ubuntu 11.04 only and since you can customize `org-export-odt-convert-processes' (from 7.9.x) or `org-odt-convert-processes' (from master), we don't really need to change Org for this. Thanks, -- Bastien