Re: [O] Bug: Python session raises indentation error [9.2.6 (9.2.6-elpa @ /home/tobias/.emacs.d/elpa/org-9.2.6/)]

2019-10-14 Thread Tobias Müller
expected behavior. Please excuse me for positing a false bug report. Best regards, Tobias Müller. Am 14.10.19 um 19:55 schrieb Tobias Müller: Dear org-mode developer, I have discovered the following issue with Python code-blocks: Using the :session header argument leads to errors of the type

[O] Bug: problems with tangled code [8.3.2 (8.3.2-51-g713fe8-elpa @ /home/tobias/.emacs.d/elpa/org-20151221/)]

2015-12-28 Thread Tobias Müller
Dear all. I have discovered a problem with tangled source code in org-mode. As a minimal example I set up the following in a file ~/test.org * Section Some Text #+BEGIN_SRC python :tangle files/file.py :comments link print('Block 1') #+END_SRC More Text #+BEGIN_SRC python :tangle files/file.p