From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: [babel] :results list Date: Fri, 19 Apr 2013 11:44:14 +0200 Message-ID: <8638umx3bl.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 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