Correct html export of todo keywords
commitce8227e2951e5b7208b434645989f26107658036
authorChristian Moe <mail@christianmoe.com>
Sun, 16 Oct 2011 14:36:02 +0000 (16 16:36 +0200)
committerBastien Guerry <bzg@altern.org>
Sun, 11 Dec 2011 17:56:27 +0000 (11 18:56 +0100)
tree9c5e8997a3fb5d77e3de6801260a250aeaeb198d
parentbfe779fe677e8a23dbf712dd42160a35af1285fa
Correct html export of todo keywords

* org-html.el (org-export-as-html): Apply
  `org-export-html-get-todo-kwd-class-name' to the class
  attribute of the todo-keyword span tag, not to its text content.

The problem was that special characters in todo keywords were being
replaced by underscore. This was meant to happen to the class
attributes set around them.

TINYCHANGE

This only swaps two arguments to a concat.
lisp/org-html.el