[வெள்ளி ஜூன் 09, 2023] Ihor Radchenko wrote: > Visuwesh <visuwe...@gmail.com> writes: > >> In a largeish buffer, org-fold-core--fix-folded-region significantly >> slows down typing to a point where I have to wait a few milliseconds to >> see the characters typed. With emacs -Q, the slow down isn't as bad as >> with my full configuration but it is still noticeable. Setting >> `org-fold-core--ignore-modifications' to t makes the lag go away. > > Well. This can happen when you have a huge number of text properties in > your buffer. It is caused by details of how Emacs stores and searches > text properties. > > You can try to set `org-fold-core-style' to overlays. Or you can try to > disable flyspell. Or you can try to disable org-num that adds up to text > properties.
What kind of disasters will I invite if I permanently set `org-fold-core--ignore-modifications' to t? > Canceled. > Not much can be done on Org side.