emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bernt Hansen <bernt@norang.ca>
To: emacs-orgmode@gnu.org
Subject: Regression - ditaa images include 'nil' in HTML output
Date: Wed, 10 Dec 2008 13:50:38 -0500	[thread overview]
Message-ID: <873agvyidd.fsf@gollum.intra.norang.ca> (raw)

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	other threads:[~2008-12-10 18:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-10 18:50 Bernt Hansen [this message]
2008-12-10 22:43 ` Regression - ditaa images include 'nil' in HTML output Carsten Dominik
2008-12-10 23:44   ` Bernt Hansen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=873agvyidd.fsf@gollum.intra.norang.ca \
    --to=bernt@norang.ca \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).