From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: workflow states Date: Thu, 05 Feb 2009 13:18:35 -0500 Message-ID: <87d4dwlpc4.fsf@gollum.intra.norang.ca> References: <87wsc4uc9n.fsf@fastmail.fm> <874oz8omgc.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LV8oC-0005wm-If for emacs-orgmode@gnu.org; Thu, 05 Feb 2009 13:18:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LV8oB-0005wF-0P for emacs-orgmode@gnu.org; Thu, 05 Feb 2009 13:18:40 -0500 Received: from [199.232.76.173] (port=42308 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LV8oA-0005wC-Qu for emacs-orgmode@gnu.org; Thu, 05 Feb 2009 13:18:38 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:56881) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LV8oA-0004Vr-Oi for emacs-orgmode@gnu.org; Thu, 05 Feb 2009 13:18:38 -0500 In-Reply-To: (Rich E.'s message of "Thu\, 5 Feb 2009 19\:14\:04 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rich E Cc: emacs-orgmode@gnu.org Rich E writes: > Upgraded. I can now get the VERIFY with the following code: > > (setq org-todo-keywords '((sequence "TODO" "VERIFY" "|" "DONE"))) > You should be able to cycle between todo states with S-left arrow or S-right arrow. > .. but I the code below does not give me a VERIFY (but it does give me > nice colors, which I like :) > > (setq org-todo-keyword-faces '(("TODO" :foreground "blue" :weight bold) > ("VERIFY" :foreground "red" :weight bold) > ("DONE" :foreground "forest green" :weight bold))) I'm confused. All org-todo-keyword-faces does is specify colors for the TODO keywords... what's not working? > > > Sorry for all the questions about these things that I would probably > know how to do if I knew lisp, but I don't :) Thanks for the help! No need to be sorry - this list is here to help people with org-mode usage. -Bernt