From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: [babel] :results list Date: Fri, 19 Apr 2013 22:58:16 +0200 Message-ID: <86y5cei6fr.fsf@somewhere.org> References: <8638umx3bl.fsf@somewhere.org> <8638umjne9.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org "Sebastien Vauban" wrote: > After updating just now to Org-mode version 8.0 (release_8.0-3-g3d994a @ > d:/Users/fni/Public/Repositories/org-mode/lisp/), I get: > > #+begin_src sh :results drawer list > echo "vino blanco" > echo "vino rosso" > echo "vino tinto" > #+end_src > > #+results: > | vino | blanco | > | vino | rosso | > | vino | tinto | > > that is, a table instead of a list... I don't know what happened because, now, when re-running, I get: #+begin_src sh :results drawer list echo "vino blanco" echo "vino rosso" echo "vino tinto" #+end_src #+results: :RESULTS: - vino blanco - vino rosso - vino tinto :END: Excellent... Thanks. Best regards, Seb -- Sebastien Vauban