From mboxrd@z Thu Jan 1 00:00:00 1970 From: "orgmode@h-rd.org" Subject: Re: [Solved] [Patch] possible Bug: non-interactive publishing (emacs 22.1) Date: Thu, 10 Jun 2010 11:51:32 +0200 Message-ID: <20100610115132.mkcxwybcgscocc8s@webmail.dds.nl> References: <20100609152120.2ab7l1te884sw8ww@webmail.dds.nl> <87fx0vsxxx.fsf@gmx.de> <878w6nsxg7.fsf_-_@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=38080 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMeQN-0002ag-H1 for emacs-orgmode@gnu.org; Thu, 10 Jun 2010 05:51:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMeQM-0003Nk-9L for emacs-orgmode@gnu.org; Thu, 10 Jun 2010 05:51:47 -0400 Received: from rotring.dds.nl ([85.17.178.138]:54681) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMeQM-0003NB-4k for emacs-orgmode@gnu.org; Thu, 10 Jun 2010 05:51:46 -0400 In-Reply-To: <878w6nsxg7.fsf_-_@gmx.de> Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Quoting Sebastian Rose : > > > Sorry for the reply to my own mail. > But as Carsten is on vacation, I thought it might make sense to add the > `[Patch]' to the subject. > > > This patch fixes batch-mode publishing. Tested in emacs24 like this: > > sh$ emacs -q -batch --eval='(org-publish "PROJECT_NAME" t)' > > > > Hi Sebastian, thanks, the patch works great (emacs 22)!!! That was fast.