From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re: [Babel] Reporting 2 problems of code execution Date: Mon, 29 Nov 2010 19:03:15 -0700 Message-ID: <877hftdx5b.fsf@gmail.com> References: <80wrnxi59j.fsf@missioncriticalit.com> <80pqtoijrw.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=38537 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNtp9-0003oZ-Ls for emacs-orgmode@gnu.org; Wed, 01 Dec 2010 16:02:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PNtp8-0000XJ-K8 for emacs-orgmode@gnu.org; Wed, 01 Dec 2010 16:02:47 -0500 Received: from mail-pv0-f169.google.com ([74.125.83.169]:33092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PNtp8-0000X6-Fa for emacs-orgmode@gnu.org; Wed, 01 Dec 2010 16:02:46 -0500 Received: by pvc30 with SMTP id 30so3432856pvc.0 for ; Wed, 01 Dec 2010 13:02:45 -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 S=C3=A9bastien Vauban writes: > > You're right that could be it. I often forget about adding that setting, = even > though it's more or less mandatory for the sh blocks -- at least, in many= sh > blocks I write... > You can specify this as the default header argument for all shell blocks with the following. #+begin_src emacs-lisp (add-to-list 'org-babel-default-header-args '((:results . "output"))) #+end_src