Re: [O] problem with utf8 todo keywords

2011-07-02 Thread Bastien
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes: Try this: (add-hook 'org-mode-hook (lambda () (modify-syntax-entry (string-to-char \u25b6) w) (modify-syntax-entry (string-to-char \u25b8) w))) Matt, maybe this information could go into the FAQ? Added -- the

Re: [O] problem with utf8 todo keywords

2011-06-15 Thread Carsten Dominik
On 11.6.2011, at 20:56, 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)

[O] problem with utf8 todo keywords

2011-06-13 Thread harven
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

Re: [O] problem with utf8 todo keywords

2011-06-13 Thread Darlan Cavalcante Moreira
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