Re: [O] [babel] subtree evaluation with results outside the subtree

2012-09-05 Thread Andreas Leha
Eric Schulte writes: > Andreas Leha writes: > >> Hi all, >> >> I have the following question. Consider the following simple org file >> >> #+begin_org >> * Subtree to eval (with C-c C-v s) >> #+name: some_test >> #+begin_src R >> 5+1 >> #+end_src >> >> >> * another subtree containing the resu

Re: [O] [babel] subtree evaluation with results outside the subtree

2012-09-05 Thread Eric Schulte
Andreas Leha writes: > Hi all, > > I have the following question. Consider the following simple org file > > #+begin_org > * Subtree to eval (with C-c C-v s) > #+name: some_test > #+begin_src R > 5+1 > #+end_src > > > * another subtree containing the result > > #+results: some_test > : 6 > > #

[O] [babel] subtree evaluation with results outside the subtree

2012-09-05 Thread Andreas Leha
Hi all, I have the following question. Consider the following simple org file #+begin_org * Subtree to eval (with C-c C-v s) #+name: some_test #+begin_src R 5+1 #+end_src * another subtree containing the result #+results: some_test : 6 #+end_org (a) When I evaluate the source block intera