From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: =?UTF-8?B?UmU6IEF2b2lkaW5nIGRpdiBmcm9tIHNwZWNpYWwgYmxvY2tzIHRv?= =?UTF-8?B?IGJlIGluIDxwPuKApg==?= Date: Sun, 04 Dec 2011 19:57:28 +0100 Message-ID: <4EDBC298.5030907@christianmoe.com> References: <4EDB9965.9040400@gmail.com> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RXHBI-0006mE-MR for emacs-orgmode@gnu.org; Sun, 04 Dec 2011 13:52:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RXHBH-0002D9-M3 for emacs-orgmode@gnu.org; Sun, 04 Dec 2011 13:52:56 -0500 Received: from b1.hitrost.net ([91.185.211.67]:35073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RXHBH-0002BK-5f for emacs-orgmode@gnu.org; Sun, 04 Dec 2011 13:52:55 -0500 In-Reply-To: <4EDB9965.9040400@gmail.com> 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: Jonathan BISSON Cc: emacs-orgmode@gnu.org Hi, I submitted a patch to this effect a month and a half back. http://patchwork.newartisans.com/patch/979/ Apart from uncommenting that line, I put in an org-open-par after the div and rearranged a few lines to follow the same structure as other similar bits of code. Yours, Christian On 12/4/11 5:01 PM, Jonathan BISSON wrote: > Hi, > > I just uncommented a line in org-special-blocks.el that made div special > blocks (like #+begin_foo) in html export to be between

… > It seems to work well like this (and now the produced documents are W3C > valid). > > Any clue on why it was commented ? >