From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: Compile error in org-odt.el in latest master Date: Wed, 11 Jul 2012 22:04:18 +0200 Message-ID: <4FFDDC42.4010602@online.de> References: <4FFDD408.2050109@online.de> <81629uum23.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45590) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sp38z-0002ox-1z for emacs-orgmode@gnu.org; Wed, 11 Jul 2012 16:04:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sp38t-0005Pg-4j for emacs-orgmode@gnu.org; Wed, 11 Jul 2012 16:04:16 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:55269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sp38s-0005PZ-R2 for emacs-orgmode@gnu.org; Wed, 11 Jul 2012 16:04:11 -0400 In-Reply-To: <81629uum23.fsf@gmail.com> 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: Jambunathan K Cc: emacs-orgmode@gnu.org Am 11.07.2012 21:36, schrieb Jambunathan K: > > See my earlier message. This should be fixed. > > Rainer Stengele writes: > >> Am 11.07.2012 20:38, schrieb Rainer Stengele: >>> Hi all, >>> >>> compiling the current master I get >>> >>> >>> Compiling /cygdrive/c/Dokumente und >>> Einstellungen/rainer/Anwendungsdaten/.emacs.d/org/lisp/org-odt.el... >>> >>> In org-export-as-odt-and-open: >>> org-odt.el:462:4:Warning: `(quit error)' is a malformed function >>> org-odt.el:462:4:Warning: reference to free variable `err' >>> >>> In org-export-as-odt: >>> org-odt.el:495:4:Warning: `(quit error)' is a malformed function >>> org-odt.el:495:4:Warning: reference to free variable `err' >>> >>> In org-export-as-odf: >>> org-odt.el:2815:33:Warning: `(quit error)' is a malformed function >>> org-odt.el:2812:26:Warning: reference to free variable `err' >>> >>> In end of data: >>> org-odt.el:2843:1:Warning: the following functions are not known to be >>> defined: condition-case-unless-debug, clear-image-cache, image-size >>> >>> >>> Please help! >>> >>> Cheers, >>> Rainer >>> >>> >>> >> Hi again, >> >> yes I see now, these are only warnings. >> I was misled by trying to do an odt export and getting hit by the debugger here: >> >> >> I get this error: >> >> call-interactively: Symbol's value as variable is void: err >> >> Switching toggle-debug-on-error to true I get: >> >> Debugger entered--Lisp error: (void-variable err) >> org-export-as-odt-and-open(nil) >> call-interactively(org-export-as-odt-and-open) >> org-export(nil) >> call-interactively(org-export nil nil) >> >> >> I saw "err" in the debugger and "err" in the compiler messages and >> overloked the "warning". >> Anyway, something is wrong. Can anybody see what? >> >> Rainer >> >> > Thanks, export starts but stops here: Debugger entered--Lisp error: (error "Unable to create odt file (8)") signal(error ("Unable to create odt file (8)")) error("Unable to create odt file (%S)" 8) #[(cmd) "\304\305\306\307\310#\"\210\311\312\313!!\314\216 \315\316@\317 \317A&)r q\210\320 +\321\n!\206; \317\304\322 \"\210\206; .. [cmd standard-output exitcode err-string message "Running %s" mapconcat identity " " get-buffer-create generate-new-buffer-name " *string-output*" ((kill-buffer standard-output)) apply call-process nil buffer-string zerop "%s" error "Unable to create odt file (%S)"] 7](("zip" "-rmTq" "DIPLAN.odt" ".")) mapc(#[(cmd) The rest of the message I cannot copy to my thunderbird buffer. I cannot find the file to be zipped "DIPLAN.odt". zip.exe is installed. Any idea? Rainer