Re: [O] [PATCH] Honor the :python header argument in python src-blocks

2017-04-29 Thread Nicolas Goaziou
Hello, Nathaniel Nicandro writes: > Below is a patch that should fix the problem where a python session was > being initiated without first checking the :python header argument. > > --- PATCH --- > > From a721c97924b5b965179a2dd90e54d63c7de00317 Mon Sep 17 00:00:00 2001 > From: Nathaniel Nicandr

[O] [PATCH] Honor the :python header argument in python src-blocks

2017-04-27 Thread Nathaniel Nicandro
Hello, This is my first post to the mailing list and I just wanted to say thank all of you for making such a great piece of code! Below is a patch that should fix the problem where a python session was being initiated without first checking the :python header argument. --- PATCH --- From a