Am 01.12.2010 10:01, schrieb Eric Schulte:
Hi Bernd,
I've just pushed up a change which should remove these empty lines.
Just updated my org-mode repository and it works great.
Thanks a lot!
Bernd
___
Emacs-orgmode mailing list
Please use `Reply A
Hi Bernd,
I've just pushed up a change which should remove these empty lines.
Best -- Eric
Bernd Weiss writes:
> Am 01.12.2010 02:19, schrieb Thomas S. Dye:
>> Aloha Bernd,
>>
>> On Nov 30, 2010, at 1:23 PM, Bernd Weiss wrote:
>>
>>> Dear all,
>>>
>>> I would like to use R objects across/among
Am 01.12.2010 02:19, schrieb Thomas S. Dye:
Aloha Bernd,
On Nov 30, 2010, at 1:23 PM, Bernd Weiss wrote:
Dear all,
I would like to use R objects across/among code blocks. Therefore, I
included the header argument ":session" which then produces the
following results:
#+BEGIN_SRC R :results o
Aloha Bernd,
On Nov 30, 2010, at 1:23 PM, Bernd Weiss wrote:
Dear all,
I would like to use R objects across/among code blocks. Therefore, I
included the header argument ":session" which then produces the
following results:
#+BEGIN_SRC R :results output :session
x <- 1
x
x + 1
#+END_SRC
Dear all,
I would like to use R objects across/among code blocks. Therefore, I
included the header argument ":session" which then produces the
following results:
#+BEGIN_SRC R :results output :session
x <- 1
x
x + 1
#+END_SRC
#+results:
:
: [1] 1
: [1] 2
#+BEGIN_SRC R :results output :ses