From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Compile error in org-odt.el in latest master Date: Thu, 12 Jul 2012 01:41:47 +0530 Message-ID: <81vchuxdks.fsf@gmail.com> References: <4FFDD408.2050109@online.de> <81629uum23.fsf@gmail.com> <4FFDDC42.4010602@online.de> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sp3GW-0005RV-PT for emacs-orgmode@gnu.org; Wed, 11 Jul 2012 16:12:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sp3GS-0007VA-Q6 for emacs-orgmode@gnu.org; Wed, 11 Jul 2012 16:12:04 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:38898) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sp3GS-0007Uy-K6 for emacs-orgmode@gnu.org; Wed, 11 Jul 2012 16:12:00 -0400 Received: by pbbrp2 with SMTP id rp2so2904426pbb.0 for ; Wed, 11 Jul 2012 13:12:00 -0700 (PDT) In-Reply-To: <4FFDDC42.4010602@online.de> (Rainer Stengele's message of "Wed, 11 Jul 2012 22:04:18 +0200") 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: Rainer Stengele Cc: emacs-orgmode@gnu.org > 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. Could please post the error message from *Messages* buffer. This should tell why zip is failing. > Any idea? > > Rainer