Henri-Paul Indiogine writes:
> Greetings!
>
> I have another question regarding the output of the bash script. I
> have a bunch of echo statements. org-mode outputs now everything in a
> table. Is it possible to suppress this and have just plain lines?
> That was the behavior with a simple sc
Greetings!
I have another question regarding the output of the bash script. I
have a bunch of echo statements. org-mode outputs now everything in a
table. Is it possible to suppress this and have just plain lines?
That was the behavior with a simple script.
Thanks,
Henri-Paul
--
Henri-Paul
Hi Henri-Paul,
Henri-Paul Indiogine wrote:
> 2011/8/19 Sebastien Vauban :
>> The only other solutions are:
>>
>> - use the option =:results raw=, but you can't do any replace anymore (of old
>> results by new results)
>>
>> - =(setq org-babel-min-lines-for-block-output 1)=, to force Org to put th
Hi Sebastien!
2011/8/19 Sebastien Vauban :
> The only other solutions are:
>
> - use the option =:results raw=, but you can't do any replace anymore (of old
> results by new results)
>
> - =(setq org-babel-min-lines-for-block-output 1)=, to force Org to put the
> output enclosed in a #+begin/end
Am 19.08.2011 21:06, schrieb Henri-Paul Indiogine:
Greetings!
I am just now starting to use babel in my org-mode files. I am
intrigued by its capabilities, but I encountered a strange phenomenon:
8<--->8-
#+srcname: test
#+begin_src sh :re
Hi Henri-Paul,
Henri-Paul Indiogine wrote:
> Greetings!
>
> I am just now starting to use babel in my org-mode files. I am
> intrigued by its capabilities, but I encountered a strange phenomenon:
>
> 8<--->8-
> #+srcname: test
> #+begin_src sh :resu
Greetings!
I am just now starting to use babel in my org-mode files. I am
intrigued by its capabilities, but I encountered a strange phenomenon:
8<--->8-
#+srcname: test
#+begin_src sh :results value
#!/bin/bash
echo "hello"
#+end_src
#+results: