From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: problem with utf8 todo keywords Date: Sat, 02 Jul 2011 11:45:28 +0200 Message-ID: <87k4c1f22v.fsf@gnu.org> References: <87hb7wgpsh.fsf@ergodik.univ-brest.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qcwl5-0006EZ-UJ for emacs-orgmode@gnu.org; Sat, 02 Jul 2011 05:45:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qcwl3-0003ny-QC for emacs-orgmode@gnu.org; Sat, 02 Jul 2011 05:45:03 -0400 Received: from mail-fx0-f52.google.com ([209.85.161.52]:44273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qcwl3-0003nc-85 for emacs-orgmode@gnu.org; Sat, 02 Jul 2011 05:45:01 -0400 Received: by fxd18 with SMTP id 18so3498191fxd.39 for ; Sat, 02 Jul 2011 02:45:00 -0700 (PDT) In-Reply-To: (Carsten Dominik's message of "Wed, 15 Jun 2011 08:47:47 +0200") 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: Carsten Dominik Cc: Matt Lundin , emacs-orgmode mailing list , harven Hi Carsten, Carsten Dominik 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