From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: Export as HTML does not preserve nonstandard entities as TODO signs Date: Sun, 16 Oct 2011 16:33:52 +0200 Message-ID: <4E9AEB50.3060701@christianmoe.com> References: <87wrc7tw16.fsf@yahoo.de> <4E9A7C0C.4060007@christianmoe.com> <2326842.D5jf4xeaZi@fluss> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFRjm-0000J6-JN for emacs-orgmode@gnu.org; Sun, 16 Oct 2011 10:30:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFRjl-0005As-K1 for emacs-orgmode@gnu.org; Sun, 16 Oct 2011 10:30:50 -0400 Received: from mars.hitrost.net ([91.185.211.18]:27107) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFRjl-0005AV-Ew for emacs-orgmode@gnu.org; Sun, 16 Oct 2011 10:30:49 -0400 In-Reply-To: <2326842.D5jf4xeaZi@fluss> 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: Arne Babenhauserheide Cc: emacs-orgmode@gnu.org Hi, First, sorry about the noise: I had failed to activate your symbols as TODO keywords. Now I do reproduce your results. It also doesn't seem to help to add your special characters to Emacs word syntax, as the FAQ says you should. http://orgmode.org/worg/org-faq.html#sec-9-6 I think there's a bug in org-html.el (org-export-as-html), around line 1611. A function that is meant to get a valid class name for the todo keyword is not called when the class attribute of the span tag is inserted, but a line below, where the visible text content of the span tag is inserted. I'm posting a patch. Yours, Christian