From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Regression - ditaa images include 'nil' in HTML output Date: Wed, 10 Dec 2008 18:44:52 -0500 Message-ID: <87y6ynwq6j.fsf@gollum.intra.norang.ca> References: <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 1LAYjt-0006QJ-0X for emacs-orgmode@gnu.org; Wed, 10 Dec 2008 18:45:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAYjo-0006Pk-Kk for emacs-orgmode@gnu.org; Wed, 10 Dec 2008 18:45:07 -0500 Received: from [199.232.76.173] (port=35058 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAYjo-0006Ph-Hh for emacs-orgmode@gnu.org; Wed, 10 Dec 2008 18:45:04 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:51437) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LAYjo-00080N-6t for emacs-orgmode@gnu.org; Wed, 10 Dec 2008 18:45:04 -0500 In-Reply-To: (Carsten Dominik's message of "Wed\, 10 Dec 2008 23\:43\:46 +0100") 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Looks good! Thanks :) -Bernt Carsten Dominik writes: > 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 ] >> |
>> |

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 >> >> >> _______________________________________________ >> 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