emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: workflow states


From: Rich E
Subject: [Orgmode] Re: workflow states
Date: Thu, 5 Feb 2009 19:46:42 +0100

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 <address@hidden> wrote:
> 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]