emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rick Frankel <rick@rickster.com>
To: emacs-orgmode@gnu.org
Subject: [NEW EXPORTER] [BUG] HTML_CONTAINER_CLASS property ignored
Date: Sun, 24 Feb 2013 11:53:22 -0500	[thread overview]
Message-ID: <20130224165322.GB48353@BigDog.local> (raw)

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

             reply	other threads:[~2013-02-24 16:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-24 16:53 Rick Frankel [this message]
2013-02-24 18:42 ` [NEW EXPORTER] [BUG] HTML_CONTAINER_CLASS property ignored Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130224165322.GB48353@BigDog.local \
    --to=rick@rickster.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).