From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Two question about org-mode? Date: Thu, 01 Oct 2009 01:27:11 -0400 Message-ID: <87vdiz1y6o.fsf@gollum.intra.norang.ca> References: <83bpksx2ub.fsf@ymail.com> <87eipnepju.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtECH-0002go-Mk for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 01:27:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtECD-0002gc-Nx for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 01:27:20 -0400 Received: from [199.232.76.173] (port=40170 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtECD-0002gZ-Kc for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 01:27:17 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:60376) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MtECD-0007qt-8T for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 01:27:17 -0400 In-Reply-To: <87eipnepju.fsf@gmx.de> (Sebastian Rose's message of "Thu\, 01 Oct 2009 05\:55\:17 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastian Rose Cc: emacs-orgmode@gnu.org, Water Lin Sebastian Rose writes: > Water Lin 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