From d135f2586026659b27d12ca9fd484efc471cb413 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 15 Dec 2022 05:55:05 -0600 Subject: [PATCH] adding todo dependencies --- README.org | 3 ++- init.el | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index b7145759..a6b724f4 100644 --- a/README.org +++ b/README.org @@ -638,7 +638,8 @@ Part of this config includes some special capture templates for my work as a you org-export-with-broken-links t org-agenda-current-time-string "⭠ now ────────────────" org-log-into-drawer t - org-latex-active-timestamp-format "\\textit{%s}") + org-latex-active-timestamp-format "\\textit{%s}" + org-enforce-todo-dependencies t) (add-hook 'org-mode-hook 'chris/org-mode-setup) diff --git a/init.el b/init.el index c40f2fcc..64a12f54 100644 --- a/init.el +++ b/init.el @@ -368,7 +368,8 @@ org-export-with-broken-links t org-agenda-current-time-string "⭠ now ────────────────" org-log-into-drawer t - org-latex-active-timestamp-format "\\textit{%s}") + org-latex-active-timestamp-format "\\textit{%s}" + org-enforce-todo-dependencies t) (add-hook 'org-mode-hook 'chris/org-mode-setup)