From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: python sessions Date: Wed, 20 Mar 2013 13:25:43 -0400 Message-ID: <21887.1363800343@alphaville> References: <51496061.20706@easy-emacs.de> <20524.1363795610@alphaville> <5149ED11.6000502@easy-emacs.de> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34024) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIMlo-0005II-3I for emacs-orgmode@gnu.org; Wed, 20 Mar 2013 13:25:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIMll-0006nQ-IU for emacs-orgmode@gnu.org; Wed, 20 Mar 2013 13:25:48 -0400 Received: from g1t0027.austin.hp.com ([15.216.28.34]:37547) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIMll-0006n7-Cm for emacs-orgmode@gnu.org; Wed, 20 Mar 2013 13:25:45 -0400 In-Reply-To: Message from =?us-ascii?Q?=3D=3FISO-8859-15=3FQ=3FAndreas=5FR?= =?us-ascii?Q?=3DF6hler=3F=3D?= of "Wed\, 20 Mar 2013 18\:08\:33 BST." <5149ED11.6000502@easy-emacs.de> 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: =?us-ascii?Q?=3D=3FISO-8859-15=3FQ=3FAndreas=5FR=3DF6hler=3F=3D?= Cc: emacs-orgmode@gnu.org Andreas R=C3=B6hler wrote: > Seems `org-babel-execute':python doesn't get the session flag. >=20 > Edebug: org-babel-execute:python > org-babel-execute:python > executing Python code block... > [4 times] > Result: ((:comments . #1=3D"") (:shebang . #1#) (:cache . "no") > (:padline . #1#) (:noweb . "no") (:tangle . "no") (:exports > . "results") (:results . "replace output") (:hlines . "no") > (:padnewline . "yes") (:session) (:result-type . output) Sure it does: ^^^^^^^^^^ What it does with it is another matter however. Am I missing something? Nick > (:result-params "output" "replace") (:rowname-names) (:colname-names)) >=20 > Result: (:session) >=20 > Result: nil >=20