From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: result of code evaluation Date: Sun, 21 Aug 2011 12:14:02 -0600 Message-ID: <87ei0ebpfm.fsf@gmail.com> References: <80pqk1npcb.fsf@somewhere.org> <80liupnofb.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvCZX-0008QD-Lb for emacs-orgmode@gnu.org; Sun, 21 Aug 2011 14:16:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvCZW-0003yF-8G for emacs-orgmode@gnu.org; Sun, 21 Aug 2011 14:16:35 -0400 Received: from mail-iy0-f175.google.com ([209.85.210.175]:50445) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvCZW-0003tj-0f for emacs-orgmode@gnu.org; Sun, 21 Aug 2011 14:16:34 -0400 Received: by mail-iy0-f175.google.com with SMTP id 15so7509633iyn.6 for ; Sun, 21 Aug 2011 11:16:33 -0700 (PDT) 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: Henri-Paul Indiogine Cc: Sebastien Vauban , emacs-orgmode@gnu.org Henri-Paul Indiogine writes: > Greetings! > > I have another question regarding the output of the bash script. I > have a bunch of echo statements. org-mode outputs now everything in a > table. Is it possible to suppress this and have just plain lines? > That was the behavior with a simple script. > Yes, the ":results scalar" header argument is what you want. #+begin_src sh :results scalar echo 1 echo 2 echo 3 #+end_src #+results: : 1 : 2 : 3 Best -- Eric -- Eric Schulte http://cs.unm.edu/~eschulte/