From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam K M Subject: Re: Bug: HTML export fails to close list [7.4 (release_7.4.80.g0e5e5)] Date: Wed, 22 Dec 2010 12:29:47 +0530 Message-ID: <87oc8ee1i4.fsf@noorul.maa.corp.collab.net> References: <87aajy30fk.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=38660 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVIhx-0005NQ-Uc for emacs-orgmode@gnu.org; Wed, 22 Dec 2010 02:01:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PVIhw-0004gD-LK for emacs-orgmode@gnu.org; Wed, 22 Dec 2010 02:01:57 -0500 Received: from mail-gw0-f48.google.com ([74.125.83.48]:54095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PVIhw-0004g9-In for emacs-orgmode@gnu.org; Wed, 22 Dec 2010 02:01:56 -0500 Received: by gwaa20 with SMTP id a20so2674178gwa.35 for ; Tue, 21 Dec 2010 23:01:55 -0800 (PST) In-Reply-To: <87aajy30fk.fsf@norang.ca> (Bernt Hansen's message of "Tue, 21 Dec 2010 23:18:23 -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: Bernt Hansen Cc: emacs-orgmode@gnu.org Bernt Hansen writes: > Hi, > > If you export the following org file to HTML the list is not terminated > properly. There is a ORG-LIST-END tag in the source instead of the > tags which results in invalid HTML. > > ,----[ test.org ] > | * List ending on export > | > | - Item 2 - last > `---- > > Here is part of the HTML from the resulting export. I first noticed > this when selecting a subtree for export to HTML where the subtree ends > in a list. > > ,----[ Resulting HTML for C-c C-e H ] > | ... > |
> |

1 List ending on export

> |
> | > | > |
    > |
  • > | Item 2 - lastORG-LIST-END > |
> |
> | ... > `---- > But I get the following.

1 List ending on export

  • Item 2 - last
I have Org-mode version 7.4 (release_7.4.45.g61470f6) GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.12.12) of 2010-11-26 on noorul Thanks and Regards Noorul