adding todo dependencies

This commit is contained in:
Chris Cochrun 2022-12-15 05:55:05 -06:00
parent 59fc0e0bf3
commit d135f25860
2 changed files with 4 additions and 2 deletions

View file

@ -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)

View file

@ -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)