emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Carsten Dominik
Subject: Re: [Orgmode] Regression - ditaa images include 'nil' in HTML output
Date: Wed, 10 Dec 2008 23:43:46 +0100

Fixed, I hope.

Thanks.

- Carsten

On Dec 10, 2008, at 7:50 PM, Bernt Hansen wrote:

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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

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