Peter Davis <p...@pfdstudio.com> 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