How to make org mode only fontify subscripts/superscripts if there are brackets?

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?

2 points · 1 comments · view on lemmy.world

1 Comments

yantar92@communick.news · 2 pts · 2y

Either set org-use-sub-superscripts to '{} globally or put #+options: ^:{} per document. Be aware that both the options take effect after after reload.