From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: ODT image export Date: Wed, 21 Sep 2011 23:10:52 +0530 Message-ID: <8162kliyjf.fsf@gmail.com> References: <818vpikleu.fsf@gmail.com> <81d3etiz2d.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6QnM-00037w-9t for emacs-orgmode@gnu.org; Wed, 21 Sep 2011 13:41:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6QnK-0008Ob-M0 for emacs-orgmode@gnu.org; Wed, 21 Sep 2011 13:41:16 -0400 Received: from mail-pz0-f47.google.com ([209.85.210.47]:55483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6QnK-0008OK-GB for emacs-orgmode@gnu.org; Wed, 21 Sep 2011 13:41:14 -0400 Received: by pzk4 with SMTP id 4so2738348pzk.6 for ; Wed, 21 Sep 2011 10:41:13 -0700 (PDT) In-Reply-To: <81d3etiz2d.fsf@gmail.com> (Jambunathan K.'s message of "Wed, 21 Sep 2011 22:59:30 +0530") 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: Derek Thomas Cc: emacs-orgmode@gnu.org >> /home/dthomas/Dropbox/Presentations/Indy2011/"macro:///BasicODConverter.Main.Convert(file:///home/dthomas/Dropbox/Presentations/Indy2011/indy.odt,odp,file:///home/dthomas/Dropbox/Presentations/Indy2011/indy.odp)" >> does not exist. > > What surprises me is that I don't see `soffice -norestore -invisible > -headless ' part [1]. Can you show me what you see in the *Messages* > buffer? > > Can you check what the value of `variable > org-lparse-convert-process'. It should have something as seen below - > specifically the soffice part. I work on a Windows machine. You seem to be using Linux. May be it is not soffice but soffice.bin. Try creating a symlink between the two names and see if the problem goes away. It is important that M-: (executable-find "soffice") should report some valid path. Jambunathan K.