From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mirko Vukovic Subject: odt-export fails Date: Fri, 24 Feb 2012 17:41:52 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S13pr-0007wt-5o for emacs-orgmode@gnu.org; Fri, 24 Feb 2012 17:41:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S13pq-0001hv-42 for emacs-orgmode@gnu.org; Fri, 24 Feb 2012 17:41:55 -0500 Received: from mail-yx0-f169.google.com ([209.85.213.169]:48815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S13pp-0001hh-VZ for emacs-orgmode@gnu.org; Fri, 24 Feb 2012 17:41:54 -0500 Received: by yenl5 with SMTP id l5so1655192yen.0 for ; Fri, 24 Feb 2012 14:41:52 -0800 (PST) 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: emacs-orgmode@gnu.org Hello: This is on Windows 7 Emacs 23.3.1, org-version 7.8.03.=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-pressure-= 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