From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Publishing org project as odt Date: Sat, 22 Dec 2012 18:24:26 +0530 Message-ID: <87txredz7h.fsf@gmail.com> References: <50D4ADAF.2050800@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TmOXS-0000kf-NV for emacs-orgmode@gnu.org; Sat, 22 Dec 2012 07:50:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TmOXQ-0001TQ-5F for emacs-orgmode@gnu.org; Sat, 22 Dec 2012 07:50:50 -0500 Received: from mail-pb0-f41.google.com ([209.85.160.41]:45897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TmOXP-0001TA-Pw for emacs-orgmode@gnu.org; Sat, 22 Dec 2012 07:50:48 -0500 Received: by mail-pb0-f41.google.com with SMTP id xa7so3235341pbc.14 for ; Sat, 22 Dec 2012 04:50:46 -0800 (PST) In-Reply-To: <50D4ADAF.2050800@gmail.com> (Wiskey's message of "Fri, 21 Dec 2012 13:42:55 -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: Wiskey 5 Alpha Cc: emacs-orgmode@gnu.org 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? > What i would *really* like is to publish the directory of org > files, with a command like =org-publish-org-to-odt=. Is there a way > to do this currently ? Currently there is no way to do it. How is your publishing setup like? > -Tim > > --