emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Regression - ditaa images include 'nil' in HTML output


From: Bernt Hansen
Subject: [Orgmode] Regression - ditaa images include 'nil' in HTML output
Date: Wed, 10 Dec 2008 13:50:38 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Hi Carsten,

I'm using the latest org-version

$ git describe
release_6.14-7-g27e0d70

I'm creating some HTML documentation with ditaa images and noticed that
export now includes 'nil' after the images as follows:

,----[ x.org ]
| * Test
| 
| #+BEGIN_ditaa test.png
| : +----+
| : |    |
| : |    |
| : +----+
| #+END_ditaa
`----

C-c C-e b

generates HTML with the following output snippet

,----[ x.html ]
| <div class="figure">
| <p><img src="test.png"  alt="test.png">
| nil
| </div>
| </p></div>
| </div>
`----

The 'nil' on line 3 ends up displayed (as in
http://doc.norang.ca/org-mode.html)

I also noticed that the closing tags don't match opening tags (<p>
without </p> or </div> with no <div> etc. so this would fail HTML
validation.

-Bernt




reply via email to

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