emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Regression - ditaa images include 'nil' in HTML output
@ 2008-12-10 18:50 Bernt Hansen
  2008-12-10 22:43 ` Carsten Dominik
  0 siblings, 1 reply; 3+ messages in thread
From: Bernt Hansen @ 2008-12-10 18:50 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-12-10 23:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-10 18:50 Regression - ditaa images include 'nil' in HTML output Bernt Hansen
2008-12-10 22:43 ` Carsten Dominik
2008-12-10 23:44   ` Bernt Hansen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).