From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: fast todo kw / -> x Date: Sat, 14 Jul 2012 10:12:04 -0700 Message-ID: References: <87fw8udd7x.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sq5t1-0004mQ-31 for emacs-orgmode@gnu.org; Sat, 14 Jul 2012 13:12:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sq5t0-0000Ef-1U for emacs-orgmode@gnu.org; Sat, 14 Jul 2012 13:12:07 -0400 In-Reply-To: <87fw8udd7x.fsf@gnu.org> 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: Bastien Cc: emacs-orgmode@gnu.org On 7/14/12, Bastien wrote: > I updated a docstring and a part of the manual to make it > clearer only letters are supported. Thanks, Bastien. :) I appreciate the clarity in the manual. Just so you know my use case: I have 49 todo keywords and will have a few more soon, so I will keep using . ? - = + ( ) ' ; . Non-alpha are useful mnemonically for me. For example, ? is for QUESTION. I specify my keywords using a struct: (make-alpha-kw :key "." :kw "NEXTREPEAT" :group :contingent :face '(:inherit org-todo :weight normal)) If I want modifiers, I add :mod. This gets mapped into the org-todo-keywords string. The advantage for me is that it keeps the keys and the modifier semantics separate. Also, it allows me to keep all keyword-related information, currently including faces and todo groups, together. The drawback for me is that org-todo-keywords combines the separate items into strings (so modifier symbols can't be used). :/ Allowing more symbols would be useful for me. If anybody wants the struct definition and mapper, I will extract and post them. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com