Added config to refesh checkboxes when completing repeating tasks

This commit is contained in:
Random936 2023-09-17 20:01:38 -07:00
parent e1baa0e6b0
commit 9b4577ef74

View File

@ -568,6 +568,14 @@ Adds custom states to tasks such as ~NEXT~, ~CANCELLED~, etc.
(setq org-todo-keywords '((sequence "TODO(t)" "|" "DONE(d)" "CANCELLED(c)")))
#+end_src
*** Refresh Checkboxes
Adds a hook to repeated tasks in org agenda that, when repeated, checkboxes will be reset to an unchecked state.
#+begin_src emacs-lisp
(add-hook 'org-todo-repeat-hook #'org-reset-checkbox-state-subtree)
#+end_src
** Cosmetics
*** Org-Bullets