Rich E <[email protected]> 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
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode