pw writes: > ... when I look at the html code generated, I can see a bunch of css which I > do not want (see below). > > > Why this css code is here and how can I remove it ?
It's included by default to make nice-looking HTML out of the box. >From the manual: "To turn inclusion of these defaults off, customize `org-html-head-include-default-style' or set `html-style' to `nil' in an `OPTIONS' line." [[info:org#CSS support]] Yours, Christian