Re: [PATCH] ob-python.el: Fix issue with sessions on remote machines

2020-09-05 Thread Bastien
Hi Jack, Jack Kamm writes: > I agree with this policy, and am more or less following it already, > though it's good to be explicit. Yep, for future references as well. I think it would be good to have more maintainers, not just for files but for bigger areas of the code (Babel, Agenda, Export

Re: [PATCH] ob-python.el: Fix issue with sessions on remote machines

2020-09-05 Thread Jack Kamm
Hi Bastien, > - A local maintainer is expected to reply to requests and bug reports > regarding the local functionalities he oversees. > > - A local maintainer can commit changes directly to the file(s) he > maintains (either submitted changes or his own). > > - Core maintainers have the

Re: [PATCH] ob-python.el: Fix issue with sessions on remote machines

2020-09-05 Thread Bastien
Hi Jack, Jack Kamm writes: >> Would you be okay to add yourself as the ob-python.el maintainer? > > Sure, I've added myself as maintainer to the header of ob-python.el. Thanks! >> I suggest we have a policy that "Org maintainer(s)" have the last >> words on everything in Org's core, but that

Re: [PATCH] ob-python.el: Fix issue with sessions on remote machines

2020-09-04 Thread Jack Kamm
Hi Bastien, > Would you be okay to add yourself as the ob-python.el maintainer? Sure, I've added myself as maintainer to the header of ob-python.el. > I suggest we have a policy that "Org maintainer(s)" have the last > words on everything in Org's core, but that individual maintainers, > when

Re: [PATCH] ob-python.el: Fix issue with sessions on remote machines

2020-09-04 Thread Bastien
Hi Jack, Jack Kamm writes: > Merged now -- thanks for your contribution. Thanks for taking care of this. Would you be okay to add yourself as the ob-python.el maintainer? I suggest we have a policy that "Org maintainer(s)" have the last words on everything in Org's core, but that individual

Re: [PATCH] ob-python.el: Fix issue with sessions on remote machines

2020-08-20 Thread Jack Kamm
Merged now -- thanks for your contribution. Cheers, Jack

Re: [PATCH] ob-python.el: Fix issue with sessions on remote machines

2020-08-18 Thread Jack Kamm
Hi Christian, Thanks for reporting this and providing a fix! > The function `org-babel-python-evaluate-session' doesn't process temp > file names with `org-babel-process-file-name' before inserting them into > the Python code blocks. This causes a 'No such file' error when the > executing the

[PATCH] ob-python.el: Fix issue with sessions on remote machines

2020-08-17 Thread Christian Vanderwall
rom: Christian Vanderwall Date: Tue, 11 Aug 2020 20:26:39 -0700 Subject: [PATCH] ob-python.el: Fix issue with sessions on remote machines * lisp/ob-python.el (org-babel-python-evaluate-session): Process temporary file name with `org-babel-process-file-name' before inserting it into code Python c