From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: odt-export fails Date: Sat, 25 Feb 2012 18:58:04 +0530 Message-ID: <81mx872gbf.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1Hfn-00038o-34 for emacs-orgmode@gnu.org; Sat, 25 Feb 2012 08:28:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S1Hff-00033I-RP for emacs-orgmode@gnu.org; Sat, 25 Feb 2012 08:28:26 -0500 Received: from mail-pw0-f41.google.com ([209.85.160.41]:61424) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1Hff-00032x-KX for emacs-orgmode@gnu.org; Sat, 25 Feb 2012 08:28:19 -0500 Received: by pbcun15 with SMTP id un15so51970pbc.0 for ; Sat, 25 Feb 2012 05:28:18 -0800 (PST) In-Reply-To: (Mirko Vukovic's message of "Fri, 24 Feb 2012 17:41:52 -0500") 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: Mirko Vukovic Cc: emacs-orgmode@gnu.org The backtrace is along the expected lines. The zip command is failing for some reason. Did you look at the *Messages* buffer? It is likely to give some clue on why the zip command is failing. Btw, if you have "cvd-modeling-proposal.odt" already open in an external application like LibreOffice, you may want to close the file first, before exporting. Closing the file will ensure that the file is not locked and available for re-writing. > Hello: > > This is on Windows 7 Emacs 23.3.1, org-version 7.8.03.=C2=A0 (I installed > org-mode inside cygwin's shell). > > Here is the backtrace: > > Debugger entered--Lisp error: (error "Unable to create odt file (12)") > signal(error ("Unable to create odt file (12)")) > error("Unable to create odt file (%S)" 12) > (or (zerop exitcode) (ignore (message "%s" err-string)) (error > "Unable to create odt file (%S)" exitcode)) > (lambda (cmd) ... stuff deleted > org-odt-save-as-outfile("c:/Users/977315/Documents/projects/low-pressur= e-flow/workbooks/shh+cvd-design-tool-proposal/cvd-modeling-proposal.odt" > ... more stuff deleted ... > org-do-lparse(nil nil nil nil nil nil) > org-lparse("odt" "odt" nil nil nil nil nil nil) > org-export-as-odt(nil) > call-interactively(org-export-as-odt) > org-export(nil) > call-interactively(org-export nil nil) > > The backtrace refers to a a non-existent odt file (see call to > org-odt-save-as-outfile). Does the call stack look ok to you? > > Thanks, > > Mirko > > --=20