emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Superscript and subscript in HTML?


From: Rick Frankel
Subject: Re: [O] Superscript and subscript in HTML?
Date: Wed, 28 May 2014 09:42:13 -0400
User-agent: Roundcube Webmail/0.9.0

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

[Prev in Thread] Current Thread [Next in Thread]