Bernt Hansen <be...@norang.ca> 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
> </li> </ul> 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 ]
> | ...
> | <div id="outline-container-1" class="outline-2">
> | <h2 id="sec-1"><span class="section-number-2">1</span> List ending on 
> export </h2>
> | <div class="outline-text-2" id="text-1">
> | 
> | 
> | <ul>
> | <li>
> | Item 2 - lastORG-LIST-END
> | </div>
> | </div>
> | ...
> `----
>

But I get the following.

<div id="outline-container-1" class="outline-2">
<h2 id="sec-1"><span class="section-number-2">1</span> List ending on export 
</h2>
<div class="outline-text-2" id="text-1">


<ul>
<li>
Item 2 - last
</li>
</ul>

</div>
</div>

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


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to