From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: :session question Date: Wed, 27 Mar 2013 06:43:15 -0600 Message-ID: <87hajx109o.fsf@gmail.com> References: <51501AF2.1070405@easy-emacs.de> <8738vjugwd.fsf@gmail.com> <51516699.6090604@gmail.com> <87ip4ezf93.fsf@med.uni-goettingen.de> <87fvzi72ve.fsf@gmail.com> <87ip4e5gai.fsf@gmail.com> <5152B34E.4020004@easy-emacs.de> <87fvzhmbul.fsf@med.uni-goettingen.de> <5152D9F8.3040404@easy-emacs.de> <10996.1364384905@alphaville> <5152E38A.4050602@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKphO-0000DE-T0 for emacs-orgmode@gnu.org; Wed, 27 Mar 2013 08:43:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKphK-0001uL-C4 for emacs-orgmode@gnu.org; Wed, 27 Mar 2013 08:43:26 -0400 Received: from mail-da0-x236.google.com ([2607:f8b0:400e:c00::236]:64050) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKphK-0001uE-5p for emacs-orgmode@gnu.org; Wed, 27 Mar 2013 08:43:22 -0400 Received: by mail-da0-f54.google.com with SMTP id p1so4083079dad.13 for ; Wed, 27 Mar 2013 05:43:21 -0700 (PDT) In-Reply-To: <5152E38A.4050602@easy-emacs.de> ("Andreas =?utf-8?Q?R=C3=B6h?= =?utf-8?Q?ler=22's?= message of "Wed, 27 Mar 2013 13:18:18 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Andreas =?utf-8?Q?R=C3=B6hler?= Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org >> >> "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. > > i.e. doesn't look like a session, resp. not a named session > The example below is from my previous email in which I demonstrated how to add a particular named session to the default header arguments list. Explicitly making that particular session global. As a side note, if one wants to set these R defaults for a single file the following syntax at the top of the file will suffice. # -*- org-babel-default-header-args:R: ((:session . "foo")) -*- > >>>>>> #+begin_src R >>>>>> x <- 1 >>>>>> x >>>>>> #+end_src > > > Once a named session "org-R" is started all non-sessioned source goes > there? Looks like a broken namespace. Of course not. Trivial local experimentation could show that is not the case. Please actually try to run things locally before assuming that there are non-sensical bugs and posting questions to the mailing list. I don't think this line makes sense. If you can spend 10 more minutes writing an email to save the average reader one minute, please do so, as on average many more than 10 people will read every post you send to this list. Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte