Hello,

interesting. I have this in but thought I must be misunderstanding the manual. If I have the line in as below, but it is not working as expected, any ideas what I should be looking to troubleshoot?

#+LANGUAGE:  en
#+OPTIONS: ^:nil 
#+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport

aaron.



On 27 April 2011 13:12, Nick Dokos <nicholas.dokos@hp.com> wrote:
aaron barclay <aaron.diplopic@gmail.com> wrote:

> ...
> When I org-export-as-html the underscores in the first column are becoming sub tags in html
> ...
> Can't seem to find a way around this. Any suggestions appreciated..
>

#+OPTIONS: ^:nil

See sec. 12.2, Export options, of the Org manual.

Nick