[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:06:38 +0200 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3 (windows-nt) |
Hello John, Bastien,
> On Fri, Apr 19, 2013 at 4:44 AM, Sebastien Vauban wrote:
>> 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:
>>
>> Am I assuming wrong, or badly using the header argument?
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...
Best regards,
Seb
--
Sebastien Vauban