emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] problem with utf8 todo keywords


From: harven
Subject: [O] problem with utf8 todo keywords
Date: Sat, 11 Jun 2011 20:56:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]