diff options
| author | Blake Romero <blake@blkrom.com> | 2025-07-10 19:50:59 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-07-10 19:50:59 +0100 |
| commit | abf296a3c1c638984b2169152977fa092db7585a (patch) | |
| tree | fa806fd68d5638f082d14c890b7bf71eda537d74 /emacs-config.org | |
| parent | 1c735777d85a26ca4d113b7dda879e97d13767d2 (diff) | |
Enforce todo dependencies
Diffstat (limited to 'emacs-config.org')
| -rw-r--r-- | emacs-config.org | 7 |
1 files changed, 7 insertions, 0 deletions
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. <<org-babel-settings>>) #+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 |
