Re: [Orgmode] workflow states

2009-02-05 Thread Rich E
I am using version 4.6.7c. The following code: (setq org-todo-keywords '((sequence "TODO" "VERIFY" "|" "DONE"))) gives the error "Wrong type argument: integerp, sequence" This code: (setq org-todo-keyword-faces '(("TODO" :foreground "blue" :weight bold) ("VERIFY"

Re: [Orgmode] workflow states

2009-02-05 Thread Matthew Lundin
Hi Rich, Rich E writes: > Hi, > > 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-tod

Re: [Orgmode] workflow states

2009-02-05 Thread Giovanni Ridolfi
--- Gio 5/2/09, Rich E ha scritto: > 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

[Orgmode] workflow states

2009-02-05 Thread Rich E
Hi, 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" "VERIFY" "DONE")