From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: HTML export: Lists and horizontal rules Date: Fri, 17 Jul 2009 01:29:51 +0200 Message-ID: <87fxcw1a1c.fsf@bzg.ath.cx> References: <22f6f9a30907161043g7e127b72n63111c1d8919e0d2@mail.gmail.com> 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 1MRaOr-0000Ky-7b for emacs-orgmode@gnu.org; Thu, 16 Jul 2009 19:30:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRaOm-0000Hk-BD for emacs-orgmode@gnu.org; Thu, 16 Jul 2009 19:30:04 -0400 Received: from [199.232.76.173] (port=33826 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRaOm-0000HY-44 for emacs-orgmode@gnu.org; Thu, 16 Jul 2009 19:30:00 -0400 Received: from mx20.gnu.org ([199.232.41.8]:15064) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MRaOl-0004Hy-Ed for emacs-orgmode@gnu.org; Thu, 16 Jul 2009 19:29:59 -0400 Received: from rv-out-0708.google.com ([209.85.198.244]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRaOk-0007QZ-Iq for emacs-orgmode@gnu.org; Thu, 16 Jul 2009 19:29:58 -0400 Received: by rv-out-0708.google.com with SMTP id f25so157203rvb.6 for ; Thu, 16 Jul 2009 16:29:57 -0700 (PDT) In-Reply-To: <22f6f9a30907161043g7e127b72n63111c1d8919e0d2@mail.gmail.com> (Brenton Kenkel's message of "Thu, 16 Jul 2009 13:43:41 -0400") 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: Brenton Kenkel Cc: emacs-orgmode@gnu.org Hi Brenton, Brenton Kenkel writes: > 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. > | > | > | ----- > | > `----- You can tell the list to close by using this specific item: - ___ (A dash, a space and three underscore characters) HTH, -- Bastien