I had wondered if there was any value in wrapping the html export in
sections to match the structure of the org file. For example, rather than:

1 Heading

Text

1.1 Subheading

More text

1.2 Further subheading

Still more text

export:

1 Heading

Text

1.1 Subheading

More text

1.2 Further subheading

Still more text

Aside from the minor drawback of making the file a bit bigger, it should have no negative effects, but it would have at least two benefits: 1) It would be very easy (via CSS) to apply styles to match the structure of the file e.g. indenting lower level sections. See attachment for example. 2) It should make it easier, with xslt to manipulate the exported files e.g. to extract specific sections -- Mike