From abf296a3c1c638984b2169152977fa092db7585a Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Thu, 10 Jul 2025 19:50:59 +0100 Subject: Enforce todo dependencies --- emacs-config.org | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'emacs-config.org') diff --git a/emacs-config.org b/emacs-config.org index f2ec9ca..20fc0e0 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -345,6 +345,13 @@ Case-sensitive search by default and show match count in minibuffer. <>) #+end_src +Enable checkbox dependency checking. +#+begin_src elisp :tangle no :noweb-ref org-settings + (setq-default org-enforce-todo-dependencies t + org-enforce-todo-checkbox-dependencies t + org-checkbox-hierarchical-statistics nil) +#+end_src + Try to get the width from attribute tags or fall-back to original image width. Also redisplay updated images on block execution. #+begin_src elisp -- cgit