[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Inconsistent exporting of underscore character
From: |
Eddward DeVilla |
Subject: |
Re: [Orgmode] Inconsistent exporting of underscore character |
Date: |
Sat, 27 Jun 2009 09:46:31 -0500 |
You can put an OPTIONS line in you file.
#+OPTIONS ^:nil
Turn off superscript/subscript
or, my prefered
#+OPTIONS ^:{}
Works for foo^{bar} & foo_{bar}
but not foo^bar & foo_bar
This is in "12.3 Export options" of the org manual.
Edd
On Sat, Jun 27, 2009 at 8:01 AM, Bob Kline<address@hidden> wrote:
> I notice that when text containing an underscore (as happens frequently with
> database table names) is exported as HTML, the exporter decides to covert
> the rest of the word to a subscript. I tried escaping the underscore with a
> backslash, but then exporting to ASCII is broken, with the backslash passed
> through as part of the text.
>
> What's the correct way to escape the underscore so that the HTML exporter
> doesn't garble the output, without mucking up ASCII export? Or is org-mode
> designed in such a way that users are expected to mark up documents for one
> specific output (which would be a step backward)?
>
> --
> Bob Kline
> http://www.rksystems.com
> mailto:address@hidden
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>