emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] :session question


From: Andreas Röhler
Subject: Re: [O] :session question
Date: Wed, 27 Mar 2013 14:26:03 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130307 Thunderbird/17.0.4

Am 27.03.2013 13:43, schrieb Eric Schulte:

"org-R" is the name of the session. The code blocks illustrate that the
value of x (set in the first code block) is preserved and can be used
in the second (and subsequent) code blocks.

Nick



Okay, so the :session argument must not be repeated?


No one has said or implied that.


Looks for me as this code from your example runs in session mode without 
explicit :session argument given:

  #+begin_src R
    x <- 1
    x
    #+end_src

    #+RESULTS:
    : 1

    #+begin_src R
    x
    #+end_src

    #+RESULTS:
    : 1
[ ... ]





reply via email to

[Prev in Thread] Current Thread [Next in Thread]