From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Visual distinctiveness of todo states (was: No Brackets in TODO keywords?) Date: Wed, 29 Jun 2011 12:30:03 +0000 (UTC) Message-ID: <87tyb8x1ye.fsf@mean.albasani.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbtuT-0004kW-5d for emacs-orgmode@gnu.org; Wed, 29 Jun 2011 08:30:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbtuQ-0004Yp-46 for emacs-orgmode@gnu.org; Wed, 29 Jun 2011 08:30:24 -0400 Received: from lo.gmane.org ([80.91.229.12]:37088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbtuP-0004X2-S8 for emacs-orgmode@gnu.org; Wed, 29 Jun 2011 08:30:22 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QbtuJ-0001x2-HK for emacs-orgmode@gnu.org; Wed, 29 Jun 2011 14:30:15 +0200 Received: from e178216060.adsl.alicedsl.de ([85.178.216.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jun 2011 14:30:15 +0200 Received: from gegendosenfleisch by e178216060.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jun 2011 14:30:15 +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: emacs-orgmode@gnu.org Hi Marcus, Marcus Klemm writes: > For visual reasons I'd like to have TODO keywords in brackets, like > [TODO], [DONE] etc. not sure about the brackets, but to add some visual distinctiveness, I use this: (setq org-todo-keyword-faces '(("PROJ" :background "blue" :weight bold :box (:line-width 2 :style released-button)) ("TODO" :background "red1" :weight bold :box (:line-width 2 :style released-button)) ("NEXT" :background "red1" :weight bold :box (:line-width 2 :style released-button)) ("STRT" :background "orange" :weight bold :box (:line-width 2 :style released-button)) ("WAIT" :background "yellow" :weight bold :box (:line-width 2 :style released-button)) ("APPT" :background "red1" :weight bold :box (:line-width 2 :style released-button)) ("DONE" :background "forest green" :weight bold :box (:line-width 2 :style released-button)) ("CNCL" :background "lime green" :weight bold :box (:line-width 2 :style released-button)) )) Great on X, less so on tty. Give it a try ;). hth Memnon