Commit 46b104be1bdf

Vincent Demeester <vincent@sbr.pm>
2025-05-23 13:00:20
tools/emacs: config-org add "log" on CANX and DONE
CANX also has the reason… Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 48ee517
Changed files (1)
tools
emacs
tools/emacs/config/config-org.el
@@ -83,7 +83,7 @@
   (org-ellipsis "…")
   (org-return-follows-link t)
   
-  (org-todo-keywords '((sequence "STRT(s)" "NEXT(n)" "TODO(t)" "WAIT(w)" "|" "DONE(d)" "CANX(c)")))
+  (org-todo-keywords '((sequence "STRT(s)" "NEXT(n)" "TODO(t)" "WAIT(w)" "|" "DONE(d!)" "CANX(c@/!)")))
   (org-todo-state-tags-triggers '(("CANX" ("CANX" . t))
                                   ("WAIT" ("WAIT" . t))
                                   (done ("WAIT"))