From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Regression - ditaa images include 'nil' in HTML output Date: Wed, 10 Dec 2008 13:50:38 -0500 Message-ID: <873agvyidd.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAU8z-0003hK-N0 for emacs-orgmode@gnu.org; Wed, 10 Dec 2008 13:50:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAU8y-0003f5-4j for emacs-orgmode@gnu.org; Wed, 10 Dec 2008 13:50:45 -0500 Received: from [199.232.76.173] (port=44671 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAU8x-0003eq-KS for emacs-orgmode@gnu.org; Wed, 10 Dec 2008 13:50:43 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:55774) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LAU8x-0007V3-4N for emacs-orgmode@gnu.org; Wed, 10 Dec 2008 13:50:43 -0500 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-02-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1LAU8v-0008MC-Fb for emacs-orgmode@gnu.org; Wed, 10 Dec 2008 18:50:41 +0000 Received: from gollum.intra.norang.ca (gollum.intra.norang.ca [192.168.1.5]) by mail.norang.ca (8.13.8/8.13.8/Debian-3) with ESMTP id mBAIodtM032663 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 10 Dec 2008 13:50:40 -0500 Received: from gollum.intra.norang.ca (localhost [127.0.0.1]) by gollum.intra.norang.ca (8.14.3/8.14.3/Debian-5) with ESMTP id mBAIodZ9002841 for ; Wed, 10 Dec 2008 13:50:39 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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 ] |
|

test.png | nil |

|

| `---- 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 (

without

or with no
etc. so this would fail HTML validation. -Bernt