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

2014-08-05 Thread Thorsten Jolitz
Eric Schulte 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 writes: > Thorsten Jolitz 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 Thorsten Jolitz
Sebastien Vauban writes: > Thorsten Jolitz wrote: >> Nick Dokos writes: >> >>> Thorsten Jolitz >>> 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-28 Thread Sebastien Vauban
Thorsten Jolitz wrote: > Nick Dokos writes: > >> Thorsten Jolitz 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 >>> | >>> | #+resu

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

2014-07-07 Thread Nick Dokos
Thorsten Jolitz writes: > Grant Rettke 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 do

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 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 Thorsten Jolitz
Grant Rettke 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 anything... it > just ca

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

2014-07-07 Thread Thorsten Jolitz
Nick Dokos writes: > Thorsten Jolitz 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 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 sen

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

2014-07-07 Thread Nick Dokos
Thorsten Jolitz 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 Thomas S. Dye
Thorsten Jolitz 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 Thorsten Jolitz
Andreas Leha 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: :results rep

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

2014-07-07 Thread Andreas Leha
Hi Thorsten, Thorsten Jolitz writes: > Thorsten Jolitz writes: > >> Andreas Leha writes: >> >>> Hi Thorsten, >>> >>> Thorsten Jolitz writes: >>> Hi List, evaluating this 3 times does not work as expected: , | * A | | #+header: :results raw replace

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

2014-07-07 Thread Thorsten Jolitz
Thorsten Jolitz writes: > Andreas Leha writes: > >> Hi Thorsten, >> >> Thorsten Jolitz writes: >> >>> Hi List, >>> >>> evaluating this 3 times does not work as expected: >>> >>> , >>> | * A >>> | >>> | #+header: :results raw replace >>> | #+begin_src emacs-lisp >>> | (+ 2 2) >>> | #+end

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

2014-07-07 Thread Thorsten Jolitz
Andreas Leha writes: > Hi Thorsten, > > Thorsten Jolitz 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 >>

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

2014-07-07 Thread Andreas Leha
Hi Thorsten, Thorsten Jolitz 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 ord

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 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: >> |

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

2014-07-06 Thread Thomas S. Dye
Aloha Thorsten, Thorsten Jolitz 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

[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, Th