adding todo dependencies
This commit is contained in:
parent
59fc0e0bf3
commit
d135f25860
2 changed files with 4 additions and 2 deletions
|
@ -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-export-with-broken-links t
|
||||||
org-agenda-current-time-string "⭠ now ────────────────"
|
org-agenda-current-time-string "⭠ now ────────────────"
|
||||||
org-log-into-drawer t
|
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)
|
(add-hook 'org-mode-hook 'chris/org-mode-setup)
|
||||||
|
|
||||||
|
|
3
init.el
3
init.el
|
@ -368,7 +368,8 @@
|
||||||
org-export-with-broken-links t
|
org-export-with-broken-links t
|
||||||
org-agenda-current-time-string "⭠ now ────────────────"
|
org-agenda-current-time-string "⭠ now ────────────────"
|
||||||
org-log-into-drawer t
|
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)
|
(add-hook 'org-mode-hook 'chris/org-mode-setup)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue