Skip Navigation

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?

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