From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [patch] Don't output preamble DIV if its contents is empty Date: Sun, 9 Oct 2011 13:24:41 +0200 Message-ID: References: <80lit75df7.fsf@somewhere.org> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCrUq-00048L-2s for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 07:24:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RCrUp-0006cf-BA for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 07:24:44 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:65011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCrUp-0006cP-6l for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 07:24:43 -0400 Received: by eyb7 with SMTP id 7so1219091eyb.0 for ; Sun, 09 Oct 2011 04:24:42 -0700 (PDT) In-Reply-To: <80lit75df7.fsf@somewhere.org> 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: Sebastien Vauban Cc: emacs-orgmode@gnu.org Hi Sebastien, are there adverse effects when an empty div is in the file? THanks - Carsten On 29.9.2011, at 21:58, Sebastien Vauban wrote: > Hi, >=20 > To be sure that CSS rules don't apply to missing contents, there's no = need to > output DIV preamble opening and closing tags if there is nothing in = between. >=20 > Best regards, > Seb >=20 > --=20 > Sebastien Vauban > <0002-Don-t-output-DIV-preamble-tags-when-contents-is-empt.patch>