Re: [O] [PATCH] Re: Export as HTML does not preserve nonstandard entities as TODO signs

2011-12-11 Thread Christian Moe
On 12/11/11 6:57 PM, Bastien wrote: Applied, thanks! Thanks. Yours, Christian

Re: [O] [PATCH] Re: Export as HTML does not preserve nonstandard entities as TODO signs

2011-12-11 Thread Bastien
Hi Christian, Christian Moe writes: > Correct html export of todo keywords > > * org-html.el (org-export-as-html): Apply >org-export-html-get-todo-kwd-class-name to the the class attribute >of the todo-keyword span tag, not to its text content Applied, thanks! -- Bastien

[O] [PATCH] Re: Export as HTML does not preserve nonstandard entities as TODO signs

2011-10-16 Thread Christian Moe
Correct html export of todo keywords * org-html.el (org-export-as-html): Apply org-export-html-get-todo-kwd-class-name to the 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 underscor