From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: changing the behavior of the underline "_" character Date: Wed, 20 Jun 2012 18:15:11 -0400 Message-ID: <6849.1340230511@alphaville> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShTBF-0001lz-Ix for emacs-orgmode@gnu.org; Wed, 20 Jun 2012 18:15:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShTBD-0001jX-R6 for emacs-orgmode@gnu.org; Wed, 20 Jun 2012 18:15:17 -0400 Received: from g5t0008.atlanta.hp.com ([15.192.0.45]:34900) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShTBD-0001io-MK for emacs-orgmode@gnu.org; Wed, 20 Jun 2012 18:15:15 -0400 In-Reply-To: Message from Marcelo de Moraes Serpa of "Wed, 20 Jun 2012 16:57:52 CDT." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marcelo de Moraes Serpa Cc: Org Mode Marcelo de Moraes Serpa 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