emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [Bug] body-only Export Option Adds Extra html Tags.


From: Ian Barton
Subject: Re: [O] [Bug] body-only Export Option Adds Extra html Tags.
Date: Tue, 08 Mar 2011 11:59:37 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8

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

[Prev in Thread] Current Thread [Next in Thread]