Re: [O] Odd interaction with Python sessions and Org 8.2.5

2014-03-06 Thread Eric Schulte
Hi Michael, I believe this is a limitation of the current Python session support. The relevant code is in lisp/ob-python.el and any fix would probably end up modifying the `org-babel-python-evaluate-session' function. Best, R. Michael Weylandt michael.weyla...@gmail.com writes: Hi, I'm

[O] Odd interaction with Python sessions and Org 8.2.5

2014-03-05 Thread R. Michael Weylandt
Hi, I'm having trouble getting clean output from org 8.2.5 when I combine session based evaluation and capturing results from standard out. (See first example below) This is on Emacs 24.3 with the default python mode settings and nothing relevant in my init.el except for activating python