summaryrefslogtreecommitdiff
path: root/emacs-config.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-config.org')
-rw-r--r--emacs-config.org7
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