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

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

Two sets of todo sequences


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

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

---------------------
Christopher Dimech
General Administrator - Naiad Informatics - GNU Project (Geocomputation)
- Geophysical Simulation
- Geological Subsurface Mapping
- Disaster Preparedness and Mitigation
- Natural Resource Exploration and Production
- Free Software Advocacy




reply via email to

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