From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: [babel] :results list Date: Fri, 19 Apr 2013 08:30:48 -0500 Message-ID: References: <8638umx3bl.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTBOt-0002GI-Ko for emacs-orgmode@gnu.org; Fri, 19 Apr 2013 09:30:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UTBOs-0001Ey-0H for emacs-orgmode@gnu.org; Fri, 19 Apr 2013 09:30:51 -0400 Received: from mail-la0-x22f.google.com ([2a00:1450:4010:c03::22f]:57476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTBOr-0001Er-OU for emacs-orgmode@gnu.org; Fri, 19 Apr 2013 09:30:49 -0400 Received: by mail-la0-f47.google.com with SMTP id fk20so3268365lab.6 for ; Fri, 19 Apr 2013 06:30:48 -0700 (PDT) In-Reply-To: <8638umx3bl.fsf@somewhere.org> 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: Sebastien Vauban Cc: emacs-orgmode I'm on 8.0-pre release_8.0-pre-219-g9c8543. I get this: #+begin_src sh :results drawer list echo "vino tinto" echo "vino rosso" echo "vino blanco" #+end_src #+RESULTS: :RESULTS: - ("vino" "tinto") - ("vino" "rosso") - ("vino" "blanco") :END: I tried playing with things but never ditched those parentheses (things like =:results output drawer list=, =:results output list=, and I think some other combinations). Then I did =$ git pull && make clean && make && make doc= and re-tried. Now I get the same as you. Something changed between the branch above and what I just updated to, version 8.0 release_8.0-2-g77476c (but not that with the proper list behavior you would have wanted parentheses around each result and individual words in quotations. That seems wrong too). John On Fri, Apr 19, 2013 at 4:44 AM, Sebastien Vauban wrote: > Hello, > > The following code block: > > #+begin_src sh :results drawer list > echo "vino tinto" > echo "vino rosso" > echo "vino blanco" > #+end_src > > returns: > > #+results: > :RESULTS: > - vino tinto > vino rosso > vino blanco > :END: > > while I was expecting: > > #+results: > :RESULTS: > - vino tinto > - vino rosso > - vino blanco > :END: > > Am I assuming wrong, or badly using the header argument? > > Best regards, > Seb > > -- > Sebastien Vauban > >