Robert Love <rblove_li...@comcast.net> wrote:

> And I find the same problem with export to HTML.  I have many variables and 
> paths that have underscores in them.  The underscores all are shown as 
> subscripts.   I don't want to have to go thru all my org files and escape the 
> underscore.  
> 
> How do I make the underscore be a subscript only in math mode?
> 

Org mode knows nothing about math mode (a TeX concept only).  You can
turn off the subscript interpretation of underscores globally in the
file by using

#+OPTIONS: ^:nil

See section 12.2, "Export options", of the Org manual.

AFAIK, there is no way to make underscores be underscores in some cases
and trigger subscripts in other cases, in the same file.

Nick


Reply via email to