From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wiskey 5 Alpha Subject: Re: Publishing org project as odt Date: Sat, 22 Dec 2012 12:53:48 -0500 Message-ID: <50D5F3AC.1090805@gmail.com> References: <50D4ADAF.2050800@gmail.com> <87txredz7h.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TmTGk-000470-R1 for emacs-orgmode@gnu.org; Sat, 22 Dec 2012 12:53:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TmTGf-0007sC-TM for emacs-orgmode@gnu.org; Sat, 22 Dec 2012 12:53:54 -0500 Received: from mail-vc0-f173.google.com ([209.85.220.173]:61553) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TmTGf-0007s8-Pa for emacs-orgmode@gnu.org; Sat, 22 Dec 2012 12:53:49 -0500 Received: by mail-vc0-f173.google.com with SMTP id f13so6262911vcb.4 for ; Sat, 22 Dec 2012 09:53:49 -0800 (PST) In-Reply-To: <87txredz7h.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: emacs-orgmode@gnu.org On 12/22/2012 07:54 AM, Jambunathan K wrote: > Wiskey 5 Alpha writes: > >> Hello, >> I have a rather large project that I currently export to odt >> files. I tried the org-export-as-odt-batch command line function but >> it fails, > > Can you tell how it fails. In your init file (the one used by batch > emacs), you can put > > (setq debug-on-error t) > > to get a stack trace or some such info. > >> and subsequently deletes all files in the directory. > > Deletes what files? I guess technically , it doesn't delete them, but they are zipped into the .odt file, and not present in the directory...