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
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