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