diff options
author | fpi | 2020-07-16 08:39:19 +0200 |
---|---|---|
committer | fpi | 2022-03-17 14:44:35 +0100 |
commit | 725d9ad283f224f28416cbfcaedba5b20debc735 (patch) | |
tree | ec16be9504da3a3df37359b0efb1325c1dedf452 | |
parent | Update 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.org | 2 |
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)"))) |