From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darlan Cavalcante Moreira Subject: Re: problem with utf8 todo keywords Date: Mon, 13 Jun 2011 18:23:27 -0300 Message-ID: <4df67fd5.0a8fec0a.30b8.ffffd3cb@mx.google.com> References: <87hb7wgpsh.fsf@ergodik.univ-brest.fr> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWEbh-0003Xt-OO for emacs-orgmode@gnu.org; Mon, 13 Jun 2011 17:23:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWEbf-0000Hf-SC for emacs-orgmode@gnu.org; Mon, 13 Jun 2011 17:23:37 -0400 Received: from mail-gx0-f169.google.com ([209.85.161.169]:51586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWEbf-0000HM-88 for emacs-orgmode@gnu.org; Mon, 13 Jun 2011 17:23:35 -0400 Received: by gxk23 with SMTP id 23so4443201gxk.0 for ; Mon, 13 Jun 2011 14:23:34 -0700 (PDT) In-Reply-To: <87hb7wgpsh.fsf@ergodik.univ-brest.fr> 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: harven Cc: emacs-orgmode@gnu.org This does not answer your question, but I remember a long time ago I saw some screen-shots of org-mode where some keywords were changed to icons (png images, I think). The screen-shots were pretty, but I don't know if the project was further developed or not. Here a thread about it http://www.mail-archive.com/emacs-orgmode@gnu.org/msg14736.html -- Darlan Cavalcante At Sat, 11 Jun 2011 20:56:46 +0200, harven wrote: > > Hi, > > I use emacs 23.2.1 together with org 6.33. > I am trying to add the character ▶ as a todo keyword with no success. > > Starting with emacs -Q, I execute the following > code in the scratch buffer > (setq org-todo-keywords > '((sequence "\u25b6" "ok") > (sequence "\u25b8" "ok"))) > Then I open a simple .org file containing > > * ▶ first > * ▸ second > > Only the second keyword is highlighted. > Why is it not the case with the first keyword ? > > Thanks, > -- > Harven >