From d136eb20c7993ca5584f9f72d02eb3a8a3c3b1cc Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Fri, 29 Mar 2013 15:12:51 -0600 Subject: [PATCH] fixed a bug pointed out by Gary Oberbrunner * lisp/ob-python.el (org-babel-python-initiate-session-by-key): Fixed a bug pointed out by Gary Oberbrunner. --- lisp/ob-python.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-python.el b/lisp/ob-python.el index 682990541..eca4c82cd 100644 --- a/lisp/ob-python.el +++ b/lisp/ob-python.el @@ -208,7 +208,7 @@ then create. Return the initialized session." (concat "Python-" (symbol-name session)))) (py-which-bufname bufname)) (py-shell) - (setq python-buffer (org-babel-python-earmufs bufname)))) + (setq python-buffer (org-babel-python-with-earmufs bufname)))) (t (error "No function available for running an inferior Python"))) (setq org-babel-python-buffers