Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forcing subscripts to not be exported as <sub>..</sub> #42

Open
georgewsinger opened this issue Jul 29, 2019 · 1 comment
Open

Forcing subscripts to not be exported as <sub>..</sub> #42

georgewsinger opened this issue Jul 29, 2019 · 1 comment

Comments

@georgewsinger
Copy link

The following

wl_test

gets exported as

wl<sub>test</sub>

but is there a way to force the export to ignore the underscore and export it literally?

@rasputnin
Copy link

I had the same problem and found a way to do this by adding (setq org-export-with-sub-superscripts '{}) to my emacs config file. This will change so subscripts are triggered by a_{b} instead of a_b.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants