From mboxrd@z Thu Jan 1 00:00:00 1970 From: Soapy Smith Subject: Re: Namespace problem org-mode / Clojure Date: Tue, 04 Mar 2014 08:05:09 -0500 Message-ID: <1393938309.1998.5.camel@raven-CM5571> References: <874n3fcuid.fsf@bzg.ath.cx> <1393900544.2011.4.camel@raven-CM5571> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKp2c-0006L0-QN for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 08:05:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKp2U-0003xT-06 for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 08:05:50 -0500 Received: from qmta08.westchester.pa.mail.comcast.net ([76.96.62.80]:39818) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKp2T-0003xE-K1 for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 08:05:41 -0500 In-Reply-To: <1393900544.2011.4.camel@raven-CM5571> 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: Bastien Cc: emacs-orgmode@gnu.org, Volker Strobel I installed the update and ran Volker's test code. It works! The namespace is preserved from block-to-block. Thank you Bastien! I experimented with the :session option, however, I am now not sure I understand how it is supposed to work. I believed it would cause the code block to switch namespaces with a unique session name, however, it does not do this. My older system (7.9 org) behaves the same. Regards, Greg On Mon, 2014-03-03 at 21:35 -0500, Soapy Smith wrote: > Hi Bastien- > > I will check it tomorrow and report. Thank you! > > Regarding TODOs related to Clojure code blocks; where is the best place > for them? > > Greg