Marcelo de Moraes Serpa <[email protected]> wrote: > Hey guys, > > So, whenever I write something with the underline char, org renders the > string like this: > > http://minus.com/mRXPQQdLW/ > > Check how the this word is rendered. How could I disable this rendering > behavior ? >
#OPTIONS: ^:nil is one way. ^ and _ signal superscripts and subscripts resp. You can also escape the underscore: this is not a\_subscript Nick
