Fix TODO sequences

- So that the Todo / Working / Done sequences work correctly.
This commit is contained in:
Vedang Manerikar 2024-12-01 17:29:49 +05:30
parent 395225fedd
commit 4051ae7ee5
2 changed files with 4 additions and 4 deletions

View file

@ -3771,8 +3771,8 @@ the capture phase ([[#h:f8f06938-0dfe-45c3-b4cf-996d36cba82d][The =unravel-org.e
(setq org-outline-path-complete-in-steps nil)
(setq org-reverse-note-order nil)
(setq org-todo-keywords
'((sequence "PROJECT(p!)" "TODO(t!)" "WORKING(w!)" "|" "CANCEL(c@)" "DONE(d!)")
(sequence "FOLLOWUP(f!)" "WAITING(a@/!)" "DELEGATED(e@/!)")))
'((sequence "TODO(t!)" "WORKING(w!)" "|" "CANCEL(c@)" "DONE(d!)")
(sequence "PROJECT(p!)" "FOLLOWUP(f!)" "WAITING(a@/!)" "DELEGATED(e@/!)")))
(defface prot/org-bold-done
'((t :inherit (bold org-done)))

View file

@ -144,8 +144,8 @@
(setq org-outline-path-complete-in-steps nil)
(setq org-reverse-note-order nil)
(setq org-todo-keywords
'((sequence "PROJECT(p!)" "TODO(t!)" "WORKING(w!)" "|" "CANCEL(c@)" "DONE(d!)")
(sequence "FOLLOWUP(f!)" "WAITING(a@/!)" "DELEGATED(e@/!)")))
'((sequence "TODO(t!)" "WORKING(w!)" "|" "CANCEL(c@)" "DONE(d!)")
(sequence "PROJECT(p!)" "FOLLOWUP(f!)" "WAITING(a@/!)" "DELEGATED(e@/!)")))
(defface prot/org-bold-done
'((t :inherit (bold org-done)))