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.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode