summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfpi2020-07-16 08:39:19 +0200
committerfpi2022-03-17 14:44:35 +0100
commit725d9ad283f224f28416cbfcaedba5b20debc735 (patch)
treeec16be9504da3a3df37359b0efb1325c1dedf452
parentUpdate smime configuration (diff)
Update todo keywords for projects, ...
Add ACTIVE keyword to use for projects. HOLD for project tasks waiting for other tasks.
-rw-r--r--emacs-init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org
index ddfb754..ab63576 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -3550,7 +3550,7 @@ digraph hierarch{
#+begin_src emacs-lisp :noweb-ref org-custom :tangle no
(org-todo-keywords '((sequence "HOLD(h)" "NEXT(n)" "INPROGRESS(i!)" "WAITING(w@/!)" "|" "ICEBOX(x@)" "DONE(d)") ;;todos
- (sequence "PLANNING(p)" "TODO(t)" "ACTIVE(a)" "|" "CANCELLED(c)" "DONE(d)") ;;projects
+ (sequence "PLANNING(p)" "READY(r)" "ACTIVE(a)" "|" "CANCELLED(c)" "DONE(d)") ;;projects
(sequence "PHONE(P)" "MEETING(m)" "|" "CANCELLED(c)" "DONE(d)")
(sequence "TODO(t)" "|" "DONE(d)") ;;habits
(sequence "IDLE(b)")))