Added config to refesh checkboxes when completing repeating tasks
This commit is contained in:
parent
e1baa0e6b0
commit
9b4577ef74
@ -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)")))
|
(setq org-todo-keywords '((sequence "TODO(t)" "|" "DONE(d)" "CANCELLED(c)")))
|
||||||
#+end_src
|
#+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
|
** Cosmetics
|
||||||
|
|
||||||
*** Org-Bullets
|
*** Org-Bullets
|
||||||
|
Loading…
x
Reference in New Issue
Block a user