Hello John, Bastien, > On Fri, Apr 19, 2013 at 4:44 AM, Sebastien Vauban wrote: >> 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: >> >> Am I assuming wrong, or badly using the header argument?
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... Best regards, Seb -- Sebastien Vauban