From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: unattractive list spacing in ox-html export Date: Tue, 24 Jun 2014 12:46:41 +0000 (UTC) Message-ID: References: <87tx7bgzdy.fsf@gmail.com> <87mwd3bbgl.fsf@Rainer.invalid> <87oaxjfgce.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzQ82-0006d5-3j for emacs-orgmode@gnu.org; Tue, 24 Jun 2014 08:47:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzQ7t-0002XS-Mr for emacs-orgmode@gnu.org; Tue, 24 Jun 2014 08:47:14 -0400 Received: from plane.gmane.org ([80.91.229.3]:53483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzQ7t-0002X9-Gu for emacs-orgmode@gnu.org; Tue, 24 Jun 2014 08:47:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WzQ7m-0006oK-Qe for emacs-orgmode@gnu.org; Tue, 24 Jun 2014 14:46:58 +0200 Received: from 217.10.52.10 ([217.10.52.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Jun 2014 14:46:58 +0200 Received: from Stromeko by 217.10.52.10 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Jun 2014 14:46:58 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Eric Schulte gmail.com> writes: > I disagree, editing CSS shouldn't be required for reasonable default > list spacing on HTML export. You can disagree all you want, that doesn't make the underlying problem go away. The reason for the "unattractive spacing" is that list items, while conceptually paragraphs, do not have additional spacing after them so the list becomes more compact. The W3C doesn't really encourage to use lists with paragraphs, but if you do (like Org), an explicit paragraph inside a list environment either should also not have that spacing or should have it at the beginning (in which case the first paragraph must be implicit). So you'll have to modify the CSS anyway or the lists are still having ugly spacing. Your patch only makes it consistently ugly as soon as there is a single explicit paragraph needed. Regards, Achim.