emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] workflow states


From: Matthew Lundin
Subject: Re: [Orgmode] workflow states
Date: Thu, 05 Feb 2009 09:36:04 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Hi Rich,

Rich E <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]