From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Re: Using '?' as a todo keyword? Date: Sun, 15 Apr 2012 01:34:04 +0200 Message-ID: References: <11245.1334339261@alphaville> <14630.1334348520@alphaville> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60032) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJCU8-00034w-1W for emacs-orgmode@gnu.org; Sat, 14 Apr 2012 19:34:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SJCU6-0000Xk-D3 for emacs-orgmode@gnu.org; Sat, 14 Apr 2012 19:34:27 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:40421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJCU6-0000Xd-5m for emacs-orgmode@gnu.org; Sat, 14 Apr 2012 19:34:26 -0400 Received: by obbeh20 with SMTP id eh20so84363obb.0 for ; Sat, 14 Apr 2012 16:34:24 -0700 (PDT) In-Reply-To: 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: "Filippo A. Salustri" Cc: nicholas.dokos@hp.com, emacs-orgmode mailing list Hi Filippo, On Fri, Apr 13, 2012 at 22:28, Filippo A. Salustri wrote: > Later, during review, the '?'s stand out against the other alpha keywords, > drawing my attention to them. Maybe something like this will help. (setq org-todo-keyword-faces '(("DBUG" . (:background "gold" :foreground "indianred3" :weight bold)) ("LEAK" . (:background "gold" :foreground "indianred3" :weight bold)) ("SEGF" . (:background "gold" :foreground "indianred3" :weight bold)) ("CNCL" . (:background "snow3" :foreground "black" :weight bold)) )) Of course you would need to change the keywords to what ever you use. PS: I also don't like long keywords, so I keep them 4 characters long. -- Suvayu Open source is the future. It sets us free.