Re: [O] [PATCH] ob-python: Fix python session initialization

2015-10-29 Thread Aaron Ecay
Hi Grégoire, I’ve looked at ‘org-babel-python-initiate-session’ and I can’t see an obvious bug. Did you come up with a patch to fix the problems you were seeing? Thanks, -- Aaron Ecay

Re: [O] [PATCH] ob-python: Fix python session initialization

2015-10-01 Thread Grégoire Jadi
Grégoire Jadi writes: > Hi, > > There is a bug in ob-python, the parameters aren't used to initialize > the session. Here is a patch that fixes it. Err, discard this. It's not enough to fix the bug since `org-babel-python-initiate-session' doesn't use the params either. I'll come back later with