emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] problem with utf8 todo keywords


From: Bastien
Subject: Re: [O] problem with utf8 todo keywords
Date: Sat, 02 Jul 2011 11:45:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Carsten,

Carsten Dominik <address@hidden> 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 section is "Can I use a arbitrary character in a TODO
keyword?" 

Thanks for the tip,

-- 
 Bastien



reply via email to

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