From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tang, Hsiu-Khuern" Subject: greek letters in subscripts with the export option ^:{} Date: Tue, 10 Mar 2009 17:42:29 -0700 Message-ID: <20090311004228.GA3056@hplhtang1> Reply-To: Hsiu-Khuern Tang 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 1LhCYZ-0006NT-TW for emacs-orgmode@gnu.org; Tue, 10 Mar 2009 20:44:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LhCYX-0006Kl-OK for emacs-orgmode@gnu.org; Tue, 10 Mar 2009 20:44:22 -0400 Received: from [199.232.76.173] (port=35576 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LhCYX-0006KT-IE for emacs-orgmode@gnu.org; Tue, 10 Mar 2009 20:44:21 -0400 Received: from madara.hpl.hp.com ([192.6.19.124]:64888) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LhCYW-0001Bl-JD for emacs-orgmode@gnu.org; Tue, 10 Mar 2009 20:44:21 -0400 Received: from mailhub-pa1.hpl.hp.com (mailhub-pa1.hpl.hp.com [15.25.115.25]) by madara.hpl.hp.com (8.14.3/8.14.1/HPL-PA Relay) with ESMTP id n2B0gZv5025294 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 10 Mar 2009 17:42:36 -0700 (PDT) Received: from hplhtang1.hpl.hp.com (hplhtang1.hpl.hp.com [15.4.92.205]) by mailhub-pa1.hpl.hp.com (8.14.3/8.14.3/HPL-PA Hub) with ESMTP id n2B0gZkU032055 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Tue, 10 Mar 2009 17:42:35 -0700 Received: from htang by hplhtang1.hpl.hp.com with local (Exim 4.62) (envelope-from ) id 1LhCWj-0002A1-7x for emacs-orgmode@gnu.org; Tue, 10 Mar 2009 17:42:29 -0700 Content-Disposition: inline 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: "emacs-orgmode@gnu.org" Hi all, If I export the file -------------------------------------------------- #+OPTIONS: ^:{} * test a_{\alpha} a_{foo} -------------------------------------------------- as HTML, I get "a_{α}" but "afoo": \alpha is not subscripted but foo is. I was expecting both to be subscripted, since they are in {}. -- Best, Hsiu-Khuern.