On 07/03/11 18:10, Ian Barton wrote:
If I export body-only in my publishing options and publish a file that
looks like:

#+TITLE: Index for Cycling Pages.
#+STARTUP: showall indent
#+STARTUP: hidestars
#+BEGIN_HTML
---
layout: cycling
title: Cycling.
excerpt: Page about cycling.
---
#+END_HTML

Some text

The resulting html looks like:

<p>
Some text</p>
</div>
</body>
</html>

Note the extra html tags after my text. Not sure exactly when this
started happening, my git bisect skills haven't managed to identify it.


Managed to get git bisect to work for me. The last sha where I get git bisect good is:

f9c833dad015b7847f659e06bac8690b9d7d3794 deprecating begin_dot and begin_ditaa blocks.

So it looks like SHA:

da8dc7bba72613131f97a28f1c4a912b8d85d7cc Rewrite the handling of HTML preamble/postamble caused the problem.

Ian.


Reply via email to