this post was submitted on 07 Oct 2023
2 points (100.0% liked)

Emacs

305 readers
3 users here now

A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!

Get Emacs

Rules

  1. Posts should be emacs related
  2. Be kind please
  3. Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.

Emacs Resources

Emacs Tutorials

Useful Emacs configuration files and distributions

Quick pain-saver tip

founded 1 year ago
MODERATORS
 

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?

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 11 months ago

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