[Orgmode] Re: workflow states

2009-02-05 Thread Rich E
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, F

[Orgmode] Re: workflow states

2009-02-05 Thread Bernt Hansen
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 d

[Orgmode] Re: workflow states

2009-02-05 Thread Rich E
Upgraded. I can now get the VERIFY with the following code: (setq org-todo-keywords '((sequence "TODO" "VERIFY" "|" "DONE"))) .. 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 bol

[Orgmode] Re: workflow states

2009-02-05 Thread Bernt Hansen
Ah that's ancient... :) 4.67 is from Jan 31 2008 6.21b is from Feb 2 2009 And there have been 134 releases between these two versions... You should upgrade to something recent and try again. -Bernt Rich E writes: > I am using version 4.6.7c. > > The following code: > > (setq org-todo-keyw

[Orgmode] Re: workflow states

2009-02-05 Thread Bernt Hansen
Rich E writes: > I'd like to simply add a VERIFY workflow state between TODO and DONE > in my org files. I am looking at section 5.2.1 of the manual for how > to do this, but it is not working like I would expect. Here is the > code I have in my .emacs file: > > (setq org-todo-keywords '("TODO"