From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rich E Subject: Re: workflow states Date: Thu, 5 Feb 2009 19:46:42 +0100 Message-ID: References: <87wsc4uc9n.fsf@fastmail.fm> <874oz8omgc.fsf@gollum.intra.norang.ca> <87d4dwlpc4.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LV9FN-0005zo-LV for emacs-orgmode@gnu.org; Thu, 05 Feb 2009 13:46:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LV9FN-0005zS-63 for emacs-orgmode@gnu.org; Thu, 05 Feb 2009 13:46:45 -0500 Received: from [199.232.76.173] (port=47885 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LV9FM-0005zH-Uy for emacs-orgmode@gnu.org; Thu, 05 Feb 2009 13:46:44 -0500 Received: from fg-out-1718.google.com ([72.14.220.157]:57999) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LV9FM-0000NE-J5 for emacs-orgmode@gnu.org; Thu, 05 Feb 2009 13:46:44 -0500 Received: by fg-out-1718.google.com with SMTP id l27so278434fgb.30 for ; Thu, 05 Feb 2009 10:46:42 -0800 (PST) In-Reply-To: <87d4dwlpc4.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org Ah, I didn't think about trying both lines of code at the same time :) You see, i am a copy/paste guy.. some times I don't see the subtle yet important things like org-todo-keywords as compared to org-todo-faces, hehe. Everything works beautifully now, much appreciated. cheers, Rich On Thu, Feb 5, 2009 at 7:18 PM, Bernt Hansen wrote: > 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 >