From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Girard Subject: Re: Batch processing part of a file Date: Wed, 29 Aug 2012 17:27:19 +0200 Message-ID: References: <87y5l8aclj.fsf@slate.zedat.fu-berlin.de> <27806.1345552576@alphaville> <87y5l45z6e.fsf@slate.zedat.fu-berlin.de> <87txvmuijy.fsf@slate.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6kBE-00077F-T0 for emacs-orgmode@gnu.org; Wed, 29 Aug 2012 11:27:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T6kBB-0001fs-LO for emacs-orgmode@gnu.org; Wed, 29 Aug 2012 11:27:44 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:49226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6kBB-0001fa-Di for emacs-orgmode@gnu.org; Wed, 29 Aug 2012 11:27:41 -0400 Received: by pbbro12 with SMTP id ro12so1505426pbb.0 for ; Wed, 29 Aug 2012 08:27:40 -0700 (PDT) In-Reply-To: <87txvmuijy.fsf@slate.zedat.fu-berlin.de> 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 2012/8/29 Loris Bennett : > "Loris Bennett" writes: > > This problem seems to be caused by the use of '#+header', so with > > ,------------------------ > | #+name: test > | #+header: :file out.txt > | #+begin_src sh > | echo blah > | #+end_src > `------------------------ > > I get the above error, but with > I've also noticed that, using the latest Org version from git, src blocks with "#+header" lines *below* the "#+name" are handled incorrectly, contrary to blocks whose "#+header" lines lie *above* the "#+name". -- Nicolas