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 08:39:08 +0200 Message-ID: <4E9A7C0C.4060007@christianmoe.com> References: <87wrc7tw16.fsf@yahoo.de> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43532) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFKKv-0000Xl-QX for emacs-orgmode@gnu.org; Sun, 16 Oct 2011 02:36:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFKKu-0006Cg-Tu for emacs-orgmode@gnu.org; Sun, 16 Oct 2011 02:36:41 -0400 Received: from mars.hitrost.net ([91.185.211.18]:41982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFKKu-0006B0-OV for emacs-orgmode@gnu.org; Sun, 16 Oct 2011 02:36:40 -0400 In-Reply-To: <87wrc7tw16.fsf@yahoo.de> 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_bab@web.de Cc: emacs-orgmode@gnu.org Hi, I can't reproduce this. After adding your example to a test buffer and re-saving the buffer, I get the expected html export. (Before resaving, the buffer was still exported in iso-8859-1, producing garbage -- but not underscores -- in html; after resaving, in utf-8.) With point in your example buffer, what does `C-h v buffer-file-coding-system' say? Yours, Christian On 10/14/11 5:47 PM, Arne Babenhauserheide wrote: > Hi, > > I started using ✔ and ❢ as replacement for DONE und TODO and I realized that they get replaced by an underscore (_) in HTML output. Since I really like using symbols for TODO and DONE¹, I wanted to ask, if this is a bug. > > Best wishes, > Arne > > ¹: Just compare: > > * ✔ Sent bug question > * ❢ check for response > > and > > * DONE Sent bug question > * TODO check for response > > PS: I actually have ✔ on my keyboard, and C-c C-t makes it easy to use any kind of symbol for TODO states which is supported by the font. > >