Sebastian Rose <[email protected]> writes: > Water Lin <[email protected]> writes: >> The second question, I have some underline in my org text, like >> ------- >> test_src >> ------- >> >> When I export it to html page, it is converted to subscript characters. >> How can I make org not to convert the underline? > > > Quote the underscore with a backslash: > > test\_src
or alternatively add #+OPTIONS: ^:nil to disable handling super and subscripts. -Bernt _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. [email protected] http://lists.gnu.org/mailman/listinfo/emacs-orgmode
