Hi Andreas,
Andreas Röhler writes:
> ob-python.el patch again
I applied a more complete patch, turning `org-babel-python-command'
and `org-babel-python-mode' into defcustoms.
`org-babel-python-mode' will not default to 'python-mode until
'python-mode is featured, so users will typically want t
Am 24.01.2013 15:10, schrieb Bastien:
Hi Andreas,
Andreas Röhler writes:
Okay, I'll dig into.
For the moment: assume this code should not be needed,
python-mode.el should act that all. But let me have a closer look,
Great, thanks a lot!
ob-python.el patch again
better provision for XE
Am 24.01.2013 15:10, schrieb Bastien:
Hi Andreas,
Andreas Röhler writes:
Okay, I'll dig into.
For the moment: assume this code should not be needed,
python-mode.el should act that all. But let me have a closer look,
Great, thanks a lot!
So let's start with this...
BTW, being deeply im
Hi Andreas,
Andreas Röhler writes:
> Okay, I'll dig into.
>
> For the moment: assume this code should not be needed,
> python-mode.el should act that all. But let me have a closer look,
Great, thanks a lot!
--
Bastien
Am 23.01.2013 14:04, schrieb Bastien:
Hi Myles,
thanks for digging into this.
I'm copying Andreas as the maintainer of python-mode.el.
Myles English writes:
--- lisp/ob-python.el
+++ lisp/ob-python.el
@@ -32,7 +32,7 @@
(declare-function org-remove-indentation "org" )
(declare-function
Hi Myles,
thanks for digging into this.
I'm copying Andreas as the maintainer of python-mode.el.
Myles English writes:
> --- lisp/ob-python.el
> +++ lisp/ob-python.el
> @@ -32,7 +32,7 @@
>
> (declare-function org-remove-indentation "org" )
> (declare-function py-shell "ext:python-mode" (
Hi Nick,
Nick Dokos writes:
> Myles English wrote:
>> I think it should be possible to execute a python block in a session
>> using python-mode.el but get this message:
>>
>> "Symbol's function definition is void: py-toggle-shells"
I have made a bit of progress with the patch below. The bre