help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Two sets of todo sequences


From: Christopher Dimech
Subject: Re: Two sets of todo sequences
Date: Tue, 17 Nov 2020 14:38:58 +0100

> Sent: Tuesday, November 17, 2020 at 2:26 PM
> From: "Stefan Kangas" <stefankangas@gmail.com>
> To: "Christopher Dimech" <dimech@gmx.com>, "Help Gnu Emacs" 
> <help-gnu-emacs@gnu.org>
> Subject: Re: Two sets of todo sequences
>
> Christopher Dimech <dimech@gmx.com> writes:
>
> > I want to have two sets of todo sequences
> >
> > "TODO" "STARTED" "WAITING" "FINALISE" "DONE"
> >
> > and
> >
> > "CRITICAL" "CR-STARTED" "CR-WAITING" "CR-FINALISE" "CR-DONE"
> >
> > When I use the following construct, the item is only checked as done
> > when I reach CR-DONE only.  The cookies are also not updated ([/], [%])
> >
> > (setq org-todo-keywords
> >    '("TODO" "STARTED" "WAITING" "FINALISE" "DONE"
> >      "CRITICAL" "CR-STARTED" "CR-WAITING" "CR-FINALISE" "CR-DONE"))
>
> Does this work better?  Otherwise, see the help for `org-todo-keywords'.

It works very well, thank you so very much Stefan.

> (setq org-todo-keywords
>       '((sequence "TODO" "STARTED" "WAITING" "FINALISE" "|" "DONE")
>         (sequence "CRITICAL" "CR-STARTED" "CR-WAITING" "CR-FINALISE"
> "|" "CR-DONE")))
>
>



reply via email to

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