From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [NEW EXPORTER] [BUG] HTML_CONTAINER_CLASS property ignored Date: Sun, 24 Feb 2013 19:42:27 +0100 Message-ID: <87r4k55zak.fsf@bzg.ath.cx> References: <20130224165322.GB48353@BigDog.local> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9gWv-0003Oq-85 for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 13:42:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9gWu-0007B3-75 for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 13:42:33 -0500 Received: from mail-wi0-f178.google.com ([209.85.212.178]:39334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9gWu-0007Aw-0u for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 13:42:32 -0500 Received: by mail-wi0-f178.google.com with SMTP id o1so2428155wic.11 for ; Sun, 24 Feb 2013 10:42:31 -0800 (PST) In-Reply-To: <20130224165322.GB48353@BigDog.local> (Rick Frankel's message of "Sun, 24 Feb 2013 11:53:22 -0500") 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: Rick Frankel Cc: emacs-orgmode@gnu.org Hi Rick, Rick Frankel writes: > 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? Yes. Fixed, thanks! -- Bastien