From 725d9ad283f224f28416cbfcaedba5b20debc735 Mon Sep 17 00:00:00 2001 From: fpi Date: Thu, 16 Jul 2020 08:39:19 +0200 Subject: Update todo keywords for projects, ... Add ACTIVE keyword to use for projects. HOLD for project tasks waiting for other tasks. --- emacs-init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs-init.org') 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)"))) -- cgit v1.2.3