From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: [Babel] RESULT block when error Date: Wed, 24 Nov 2010 10:21:33 -0700 Message-ID: <87aaky4oym.fsf@gmail.com> References: <808w0ig62q.fsf@missioncriticalit.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=38300 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PLJ5o-00022W-0f for emacs-orgmode@gnu.org; Wed, 24 Nov 2010 12:25:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PLJ2O-0007mz-ME for emacs-orgmode@gnu.org; Wed, 24 Nov 2010 12:22:22 -0500 Received: from mail-px0-f169.google.com ([209.85.212.169]:54375) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PLJ2O-0007mc-H8 for emacs-orgmode@gnu.org; Wed, 24 Nov 2010 12:21:44 -0500 Received: by pxi12 with SMTP id 12so4919411pxi.0 for ; Wed, 24 Nov 2010 09:21:43 -0800 (PST) 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: =?utf-8?Q?S=C3=A9bastien?= Vauban Cc: emacs-orgmode@gnu.org Hi Seb, I've fixed this problem and applied the :wrap header argument patch to the core Org-mode repository. Thanks -- Eric S=C3=A9bastien Vauban writes: > Hi Eric, > > I guess, in case of error, that it'd be better to have the RESULT block o= n 2 > lines, with nothing in between. > > Currently: > > #+begin_src sh > greppp > #+end_src > > #+results: > #+END_RESULT#+BEGIN_RESULT > > Best regards, > Seb