polymode / poly-org

Polymode for org-mode
57 stars 12 forks source link

Fix org-indent-mode bug #45

Open kchanqvq opened 1 year ago

kchanqvq commented 1 year ago

This fixes #20 for me

kchanqvq commented 1 year ago

Just force pushed another fix which I think is cleaner. Rather than moving the minor mode org-indent-mode (which will cause unnecessary and buggy reinitialization of indent properties in the whole buffer), we don't move it and simply add an after-change-function.