From mboxrd@z Thu Jan 1 00:00:00 1970 From: stardiviner Subject: ob-python specify :session error Date: Fri, 29 Dec 2017 19:14:25 +0800 Message-ID: <7d73c769-6059-919f-bf12-18135989c629@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eUscV-0000mf-LR for emacs-orgmode@gnu.org; Fri, 29 Dec 2017 06:14:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eUscQ-0004Nn-OH for emacs-orgmode@gnu.org; Fri, 29 Dec 2017 06:14:35 -0500 Received: from mail-pl0-x236.google.com ([2607:f8b0:400e:c01::236]:45633) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eUscQ-0004Mc-Hu for emacs-orgmode@gnu.org; Fri, 29 Dec 2017 06:14:30 -0500 Received: by mail-pl0-x236.google.com with SMTP id o2so22812489plk.12 for ; Fri, 29 Dec 2017 03:14:30 -0800 (PST) Received: from [0.0.0.0] ([119.28.89.243]) by smtp.gmail.com with ESMTPSA id b67sm77965053pfm.19.2017.12.29.03.14.27 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 29 Dec 2017 03:14:27 -0800 (PST) Content-Language: en-US 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" To: emacs-orgmode I have following org content: I define variable in Python inferior REPL (launched by [M-x run-python]) Python> name = "chris" #+begin_src python :session "*Python*" print(name) #+end_src But I got error: > org-babel-python-evaluate-session: Buffer *Python-*Python** does not exist or has no process