emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [babel] :results list


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

"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




reply via email to

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