"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