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"
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
--- 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
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")