From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: turning off subscripting Date: Mon, 12 Mar 2007 21:31:41 +0100 Message-ID: <49347cdcd31a1651369cf00bdc452154@science.uva.nl> References: Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HQrBy-00027j-VL for emacs-orgmode@gnu.org; Mon, 12 Mar 2007 16:32:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HQrBx-00027X-GS for emacs-orgmode@gnu.org; Mon, 12 Mar 2007 16:32:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQrBx-00027U-Af for emacs-orgmode@gnu.org; Mon, 12 Mar 2007 15:32:25 -0500 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HQrBF-0002oP-Mz for emacs-orgmode@gnu.org; Mon, 12 Mar 2007 16:31:41 -0400 In-Reply-To: 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: Eddward DeVilla Cc: emacs-orgmode On Mar 12, 2007, at 21:19, Eddward DeVilla wrote: > Hi all, > > I'm writing up a document that I'm going to export to html. I > have a lot of environment variables and paths with embedded > underscores. Is there a way to turn off the automatic subscripting? > I haven't found anything other than going back and inserting > backslashes all over the place which isn't really desirable. http://staff.science.uva.nl/~dominik/Tools/org/org.html#Export-options Basically: #+OPTIONS: ^:nil > > Actually, I like the feature and I would prefer an option that > would make the optional curly braces less optional. So > $WORKING_RELEASE is unaltered and module_{base} gets subscripted. Not possible right now. Its either on or off. - Carsten