Sébastien Miquel <sebastien.miq...@posteo.eu> writes: > It reports that most of the time is spent in org-do-latex-and-related, > and some 20% in something related to the priority faces (despite the > lack of priority cookies).
I also had issues with priority faces. It is related to sub-optimal regexp used to detect priority cookies. I have the following in my config to speed things up: (setq org-priority-regexp "^\\*+.*\\(\\[#\\([A-Z0-9]+\\)\\] ?\\)") For the latex fontification, I never had issues, but you might play with org-highlight-latex-and-related. Hope it helps. Best, Ihor