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" :foreground "red" :weight bold)
("DONE" :foreground "forest green" :weight bold)))
works just like the default on my computer.. I do not get a VERIFY,
just a cycle between TODO, DONE, and nothing.
Maybe I need to update my org-mode?
Thanks for the fast responses..
rich
On Thu, Feb 5, 2009 at 4:36 PM, Matthew Lundin <[email protected]> wrote:
>
> Hi Rich,
>
> Rich E <[email protected]> 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-todo-keywords '("TODO" "VERIFY" "DONE")
>> org-todo-interpretation 'sequence)
>>
>
> Which version of org-mode are you using?
>
> I believe the settings above are for older versions of org-mode (e.g.,
> 4.67).
>
> Try the following and see what happens:
>
> (setq org-todo-keywords '((sequence "TODO" "VERIFY" "|" "DONE")))
>
> Regards,
>
> Matt
>
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode