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

2016-01-02 Thread Nicolas Goaziou
Hello, Tobias Müller writes: > 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') >

[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