From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Frankel Subject: Re: Superscript and subscript in HTML? Date: Wed, 28 May 2014 09:42:13 -0400 Message-ID: References: <5385CCB5.7070604@pfdstudio.com> <20140528132220.GA2600@pfdstudio-air.home> <8d8b01598d277ad77f2d4081ded6e199@mail.rickster.com> <20140528133612.GB2600@pfdstudio-air.home> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wpe7d-00005u-UJ for emacs-orgmode@gnu.org; Wed, 28 May 2014 09:42:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wpe7W-0006m3-DR for emacs-orgmode@gnu.org; Wed, 28 May 2014 09:42:25 -0400 Received: from mail.rickster.com ([204.62.15.78]:48682) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wpe7W-0006lx-A5 for emacs-orgmode@gnu.org; Wed, 28 May 2014 09:42:18 -0400 In-Reply-To: <20140528133612.GB2600@pfdstudio-air.home> 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: Peter Davis Cc: emacs-orgmode@gnu.org On 2014-05-28 09:36, Peter Davis wrote: > On Wed, May 28, 2014 at 09:29:44AM -0400, Rick Frankel wrote: > > The begin/end src lines are just that, markers to show where the org > source starts and end. What you have formatted is a source code > listing, not the source code. > > If you're giving an example of org buffer contents, #+BEGIN_SRC and > #+END_SRC are probably not the best delimiters to use to set off your > example, since they're valid org markup. #+BEGIN_SRC org ^^^ Is the common method on this list for specifying org (or any other) source code in an email. Org can embed org source in org. > > Anyway, it turns out some options I had enabled were preventing the > superscript/subscript markup from being recognized. I had this > > #+OPTIONS: H:5 \n:nil @:t ::t |:t ^:nil -:t f:t *:t <:t ^^^^^ > at the top of the buffer. Removing that line seems to get me proper > HTML markup. You are explicitly disabling super/subscripts. It would be the same for latex output.