I would like the auto-capitalize
minor mode not to capitalize mathematical text in AUCTeX and org-mode.
To avoid this, when running in either of these modes, auto-capitalize should only capitalize when the function texmathp
returns nil
.
The auto-capitalize code is quite messy, so I don't know what is the best place to make this modification so that everything keeps running efficiently.
Many thanks!