From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brenton Kenkel Subject: HTML export: Lists and horizontal rules Date: Thu, 16 Jul 2009 13:43:41 -0400 Message-ID: <22f6f9a30907161043g7e127b72n63111c1d8919e0d2@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRUzl-0001Ud-Cc for emacs-orgmode@gnu.org; Thu, 16 Jul 2009 13:43:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRUzg-0001SA-1V for emacs-orgmode@gnu.org; Thu, 16 Jul 2009 13:43:48 -0400 Received: from [199.232.76.173] (port=59211 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRUzf-0001Rz-Q1 for emacs-orgmode@gnu.org; Thu, 16 Jul 2009 13:43:43 -0400 Received: from mail-fx0-f217.google.com ([209.85.220.217]:37078) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRUzf-0004yi-5I for emacs-orgmode@gnu.org; Thu, 16 Jul 2009 13:43:43 -0400 Received: by fxm17 with SMTP id 17so318525fxm.42 for ; Thu, 16 Jul 2009 10:43:41 -0700 (PDT) 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 Dear all, I'm using org-mode 6.28e on Aquamacs (based on GNU Emacs 22.3.1) on Mac OS X. I'm having an issue with horizontal rules and lists in HTML export. When I export the following to HTML, the horizontal rule tag is generated within the unordered list, rather than after it ends: ,----- | * test | | - this is a list | | | ----- | | * next section | | No list. | | | ----- | `----- I want the first horizontal rule to be even with the second; namely, extending all the way to the left. Any way to do this? Thanks for your help, Brenton Kenkel