I want to disable the fortification of things like a_b and a^b while letting things like a^{b} and a_{b} get fontified in org mode. Is there a good way to do this?
I want to disable the fortification of things like a_b and a^b while letting things like a^{b} and a_{b} get fontified in org mode. Is there a good way to do this?
1 Comments
yantar92@communick.news · 2 pts · 2y
Either set
org-use-sub-superscriptsto'{}globally or put#+options: ^:{}per document. Be aware that both the options take effect after after reload.