emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [babel] :results list
@ 2013-04-19  9:44 Sebastien Vauban
  2013-04-19 13:30 ` John Hendy
  2013-04-19 17:46 ` Bastien
  0 siblings, 2 replies; 6+ messages in thread
From: Sebastien Vauban @ 2013-04-19  9:44 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-04-19 20:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-19  9:44 [babel] :results list Sebastien Vauban
2013-04-19 13:30 ` John Hendy
2013-04-19 20:06   ` Sebastien Vauban
2013-04-19 20:42     ` Bastien
2013-04-19 20:58     ` Sebastien Vauban
2013-04-19 17:46 ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).