emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: workflow states


From: Bernt Hansen
Subject: [Orgmode] Re: workflow states
Date: Thu, 05 Feb 2009 13:18:35 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Rich E <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]