From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?Vincent_Bela=EFche?= Subject: Horizontal rule after list Date: Sun, 11 Apr 2010 22:07:02 +0200 Message-ID: <8039z1vjmh.fsf@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 1O13Qy-0002ba-Lb for emacs-orgmode@gnu.org; Sun, 11 Apr 2010 16:07:08 -0400 Received: from [140.186.70.92] (port=58076 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O13Qx-0002bS-Ab for emacs-orgmode@gnu.org; Sun, 11 Apr 2010 16:07:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O13Qv-0001NJ-Sv for emacs-orgmode@gnu.org; Sun, 11 Apr 2010 16:07:07 -0400 Received: from smtp2a.orange.fr ([80.12.242.139]:9943) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O13Qv-0001N1-Nx for emacs-orgmode@gnu.org; Sun, 11 Apr 2010 16:07:05 -0400 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2a07.orange.fr (SMTP Server) with ESMTP id 4E8A37000511 for ; Sun, 11 Apr 2010 22:07:04 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2a07.orange.fr (SMTP Server) with ESMTP id 421C07000719 for ; Sun, 11 Apr 2010 22:07:04 +0200 (CEST) Received: from CHOUNEK (ARennes-353-1-15-213.w92-135.abo.wanadoo.fr [92.135.110.213]) by mwinf2a07.orange.fr (SMTP Server) with ESMTP id 08FA57000511 for ; Sun, 11 Apr 2010 22:07:03 +0200 (CEST) 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: Org mode Hello Dominik and al, I am new on this list, and also I am a new Org mode user. Here is an example of Org document: ####################################################################### * Example 1. item 1 2. item 2 ----------------------------------------------------------------------------- * Next ############################################################################# When I export this to HTML the horizontal rule is included in the second list element, although its identation is not the same as the 2nd list element. I have found a work-around by inserting a page break character (`C-Q C-L') immediately before the horizontal rule, but I think that there is some issue. BR, Vincent. PS: Congratulations for Org, it's great!