all messages for Emacs-related lists mirrored at yhetil.org
 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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.