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


Reply via email to