From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Superscript and subscript in HTML? Date: Wed, 28 May 2014 09:37:46 -0400 Message-ID: <87egze10t1.fsf@gmail.com> References: <5385CCB5.7070604@pfdstudio.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wpe3V-0006tF-QS for emacs-orgmode@gnu.org; Wed, 28 May 2014 09:38:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wpe3P-0005MT-He for emacs-orgmode@gnu.org; Wed, 28 May 2014 09:38:09 -0400 Received: from plane.gmane.org ([80.91.229.3]:59304) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wpe3P-0005MF-Bl for emacs-orgmode@gnu.org; Wed, 28 May 2014 09:38:03 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wpe3O-0003Gj-D9 for emacs-orgmode@gnu.org; Wed, 28 May 2014 15:38:02 +0200 Received: from pool-98-110-160-12.bstnma.fios.verizon.net ([98.110.160.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 May 2014 15:38:02 +0200 Received: from ndokos by pool-98-110-160-12.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 May 2014 15:38:02 +0200 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: emacs-orgmode@gnu.org Peter Davis writes: > Is there any markup which will let me get superscripts and subscripts > in HTML export? > > It would be great if the HTML exporter recognized ^{...} and _{...} so > the same markup would work for both LaTeX/PDF and for HTML. > It does - this works fine for me: --8<---------------cut here---------------start------------->8--- * foo This is a super^{script} and this is a sub_{script}. --8<---------------cut here---------------end--------------->8--- Does that not work for you? If so, check for "#+OPTIONS: ^:nil" settings perhaps. -- Nick