emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [babel] :results list


From: Sebastien Vauban
Subject: [O] [babel] :results list
Date: Fri, 19 Apr 2013 11:44:14 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3 (windows-nt)

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

[Prev in Thread] Current Thread [Next in Thread]