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.


Reply via email to