From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: turning off subscripting Date: Tue, 13 Mar 2007 17:37:32 +0100 Message-ID: <1de98b876922831f2fbcf9ee4daac7fc@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 1HRAa0-0003zC-NU for emacs-orgmode@gnu.org; Tue, 13 Mar 2007 13:14:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HRAZv-0003dn-Gk for emacs-orgmode@gnu.org; Tue, 13 Mar 2007 13:14:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HRAZv-0003cx-86 for emacs-orgmode@gnu.org; Tue, 13 Mar 2007 12:14:27 -0500 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HRAZ7-0007kd-Gy for emacs-orgmode@gnu.org; Tue, 13 Mar 2007 13:13:37 -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: > > 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. After some thinking, I do find this a good idea. Lets make it work like this: #+OPTIONS: ^:nil never interpret ^ and _ as sub/superscript #+OPTIONS: ^:t always do so #+OPTIONS: ^:{} require braces for interpretation. > Also, does anyone have any tips for making cut-n-paste-able > commands the document export pleasantly for regular browsers and yet > reasonable under lynx? Lines prefixed with ':' aren't working so well > in lynx. They don't indent and attempts to insert a blank line under > them fail. Org-mode produces valid XHTML, so this is a problem of lynx. Have you tried w3m? Also great for using inside Emacs. - Carsten