Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-08-05 Thread Thorsten Jolitz
Eric Schulte schulte.e...@gmail.com writes: In general checking the manual before posting to the ML is a good idea. You (voluntarily) write a meaningless one-liner and then complain I wasted 10sec of you lifetime by not ReadingTFM - come on ... -- cheers, Thorsten

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-08-03 Thread Eric Schulte
Nick Dokos ndo...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: Hi List, evaluating this 3 times does not work as expected: , | * A | | #+header: :results raw replace | #+begin_src emacs-lisp | (+ 2 2) | #+end_src | | #+results: | 4 | 4 | 4 `

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-28 Thread Sebastien Vauban
Thorsten Jolitz wrote: Nick Dokos ndo...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: Hi List, evaluating this 3 times does not work as expected: , | * A | | #+header: :results raw replace | #+begin_src emacs-lisp | (+ 2 2) | #+end_src | | #+results: | 4

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-28 Thread Thorsten Jolitz
Sebastien Vauban sva-n...@mygooglest.com writes: Thorsten Jolitz wrote: Nick Dokos ndo...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: Hi List, evaluating this 3 times does not work as expected: , | * A | | #+header: :results raw replace | #+begin_src emacs-lisp

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Andreas Leha
Hi Thorsten, Thorsten Jolitz tjol...@gmail.com writes: Hi List, evaluating this 3 times does not work as expected: , | * A | | #+header: :results raw replace | #+begin_src emacs-lisp | (+ 2 2) | #+end_src | | #+results: | 4 | 4 | 4 ` Independent from argument

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Thorsten Jolitz
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Thorsten, Thorsten Jolitz tjol...@gmail.com writes: Hi List, evaluating this 3 times does not work as expected: , | * A | | #+header: :results raw replace | #+begin_src emacs-lisp | (+ 2 2) | #+end_src | |

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Thorsten Jolitz
Thorsten Jolitz tjol...@gmail.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Thorsten, Thorsten Jolitz tjol...@gmail.com writes: Hi List, evaluating this 3 times does not work as expected: , | * A | | #+header: :results raw replace | #+begin_src

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Andreas Leha
Hi Thorsten, Thorsten Jolitz tjol...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Thorsten, Thorsten Jolitz tjol...@gmail.com writes: Hi List, evaluating this 3 times does not work as expected: , | * A

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Thorsten Jolitz
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Thorsten, My use-case is actually this, and it won't work with wrapped results: , | ** Utility Function :ARCHIVE: | | #+name: create-subtree-with-dblock | #+header: :var name=foo | #+header: :var prms=:bar loo | #+header:

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Thomas S. Dye
Thorsten Jolitz tjol...@gmail.com writes: If you give the source code block a name, it should work as expected. Not over here - does it work for you? No. Sorry for the noise. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Nick Dokos
Thorsten Jolitz tjol...@gmail.com writes: Hi List, evaluating this 3 times does not work as expected: , | * A | | #+header: :results raw replace | #+begin_src emacs-lisp | (+ 2 2) | #+end_src | | #+results: | 4 | 4 | 4 ` Independent from argument order, 'replace'

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Grant Rettke
It sounds like you wanted the same thing that I did. What I wanted is something like running 'script' before starting a REPL and just capturing the output and that is it. That output is not being used to be inserted back into the document or anything... it just captured the results of commands

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Thorsten Jolitz
Nick Dokos ndo...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: Hi List, evaluating this 3 times does not work as expected: , | * A | | #+header: :results raw replace | #+begin_src emacs-lisp | (+ 2 2) | #+end_src | | #+results: | 4 | 4 | 4 `

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Thorsten Jolitz
Grant Rettke g...@wisdomandwonder.com writes: It sounds like you wanted the same thing that I did. What I wanted is something like running 'script' before starting a REPL and just capturing the output and that is it. That output is not being used to be inserted back into the document or

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Grant Rettke
On Mon, Jul 7, 2014 at 10:31 AM, Thorsten Jolitz tjol...@gmail.com wrote: Have you found a way to get rid of those leading colons (maybe with a hook for post-processing the results before they are printed or so)? No I have not. I'm not sure how to think about it yet.

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Nick Dokos
Thorsten Jolitz tjol...@gmail.com writes: Grant Rettke g...@wisdomandwonder.com writes: It sounds like you wanted the same thing that I did. What I wanted is something like running 'script' before starting a REPL and just capturing the output and that is it. That output is not being used

[O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-06 Thread Thorsten Jolitz
Hi List, evaluating this 3 times does not work as expected: , | * A | | #+header: :results raw replace | #+begin_src emacs-lisp | (+ 2 2) | #+end_src | | #+results: | 4 | 4 | 4 ` Independent from argument order, 'replace' (which should be default anyway) is ignored. -- cheers,

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-06 Thread Thomas S. Dye
Aloha Thorsten, Thorsten Jolitz tjol...@gmail.com writes: Hi List, evaluating this 3 times does not work as expected: , | * A | | #+header: :results raw replace | #+begin_src emacs-lisp | (+ 2 2) | #+end_src | | #+results: | 4 | 4 | 4 ` Independent from argument

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-06 Thread Thorsten Jolitz
t...@tsdye.com (Thomas S. Dye) writes: Hi Thomas, Thorsten Jolitz tjol...@gmail.com writes: Hi List, evaluating this 3 times does not work as expected: , | * A | | #+header: :results raw replace | #+begin_src emacs-lisp | (+ 2 2) | #+end_src | | #+results: | 4 | 4 | 4