Re: [O] result of code evaluation

2011-08-21 Thread Eric Schulte
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

Re: [O] result of code evaluation

2011-08-19 Thread Henri-Paul Indiogine
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

Re: [O] result of code evaluation

2011-08-19 Thread Sebastien Vauban
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

Re: [O] result of code evaluation

2011-08-19 Thread Henri-Paul Indiogine
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

Re: [O] result of code evaluation

2011-08-19 Thread imi...@ymail.com
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

Re: [O] result of code evaluation

2011-08-19 Thread Sebastien Vauban
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

[O] result of code evaluation

2011-08-19 Thread 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 :results value #!/bin/bash echo "hello" #+end_src #+results: