emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Babel python regression org-mode-8 (Was: Bug: babel python indentati


From: Benda Xu
Subject: [O] Babel python regression org-mode-8 (Was: Bug: babel python indentations fail in sessions [8.3.1])
Date: Thu, 17 Sep 2015 12:09:35 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Hi Kyle,

Kyle Meyer <address@hidden> writes:

> Benda Xu <address@hidden> writes:
>>
>> The following code block fails:
>>
>>    #+BEGIN_SRC python :results output :session
>>      for i in (1, 2):
>>          pass
>>      print "hey"
>>    #+END_SRC
>>
>>
>>    #+RESULTS:
>>    :
>>    : ... ...   File "<stdin>", line 3
>>    :     print "hey"
>>    :         ^
>>    : SyntaxError: invalid syntax
>
> [...]
>
>> Any ideas?
>
> I summarized my understanding of the issues with python sessions here
> (the issue you report is #3):
>
>     http://thread.gmane.org/gmane.emacs.orgmode/95980/focus=96076
>
> It's on my TODO list to revisit.

Thanks for the pointer!  Interesting.

@Eric, @Dan, what's your insight for

  http://thread.gmane.org/gmane.emacs.orgmode/95980/focus=96076

Cheers,
Benda



reply via email to

[Prev in Thread] Current Thread [Next in Thread]