From 1f248358bcc3aa6fdf4a745c4f2aa49ab2ab2f1b Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 9 Apr 2023 10:28:07 +0200 Subject: [PATCH] Remove obsolete hook to reset checkboxes The function called here has been removed. --- init.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/init.el b/init.el index ce1ee84..2b90750 100644 --- a/init.el +++ b/init.el @@ -906,9 +906,6 @@ (add-hook 'org-mode-hook 'page-break-lines-mode) (add-hook 'org-mode-hook 'turn-on-auto-fill) - ;; Reset checkboxes if the RESET_CHECK_BOXES property is set - (add-hook 'org-after-todo-state-change-hook 'org-reset-checkbox-state-maybe) - ;; Statically color links sponding to whether the file exists, but ;; this turns out to be slow on Windows; we can use `org-lint' for ;; this when necessary)