Thanks for fixing #203 with #288 - great stuff - works nicely for me!
One detail I noticed is that if I transclude a .py file, e.g. a.py in an .org file as a org src block and keep the transclusion open,
- while editing
a.py, the automatic indentation while editing is not recognized
- while editing python src blocks in the org mode document, automatic indentation works as expected
After I org-transclusion-remove the content in the org file, editing a.py works as normal.
Its not a critical bug in my eye.
Not sure how to debug this - let me know which info you need.
Thanks for fixing #203 with #288 - great stuff - works nicely for me!
One detail I noticed is that if I transclude a
.pyfile, e.g.a.pyin an.orgfile as a org src block and keep the transclusion open,a.py, the automatic indentation while editing is not recognizedAfter I
org-transclusion-removethe content in the org file, editinga.pyworks as normal.Its not a critical bug in my eye.
Not sure how to debug this - let me know which info you need.