From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Frankel Subject: [NEW EXPORTER] [BUG] HTML_CONTAINER_CLASS property ignored Date: Sun, 24 Feb 2013 11:53:22 -0500 Message-ID: <20130224165322.GB48353@BigDog.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9epL-0006Dm-Gl for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 11:53:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9epH-0006R8-S5 for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 11:53:27 -0500 Received: from [204.62.15.78] (port=57516 helo=mail.rickster.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9epH-0006Qu-NS for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 11:53:23 -0500 Received: from BigDog.local (pool-72-89-40-63.nycmny.fios.verizon.net [72.89.40.63]) by mail.rickster.com (Postfix) with ESMTPS id 0EA8920011 for ; Sun, 24 Feb 2013 11:53:24 -0500 (EST) Content-Disposition: inline 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 Nicolas- The new HTML exporter does not actually use the value of the :HTML_CONTAINER_CLASS: property. The old exporter saved the value off into the property :html-container-class on the headline (with `org-export-remember-html-container-classes'), the new exporter references the `:html-container-class' property on the headline, but i see no way to set it. My guess is that on ox-html.el:1917 (the only reference to :html-container-class) (extra-class (org-element-property :html-container-class headline)) should be (extra-class (org-element-property :HTML_CONTAINER_CLASS headline)) Does this seem the correct fix to you? rick