add ordered dependencies

This commit is contained in:
ndwarshuis 2019-05-08 14:50:48 -04:00
parent b64f556c0f
commit 1edaf80485
1 changed files with 5 additions and 1 deletions

View File

@ -1266,7 +1266,11 @@ Taskjuggler is provided by an external package that provides the command line to
(require 'org-tj)
;; force org to listen to the ORDERED property
(org-enforce-todo-dependencies t)
(setq org-enforce-todo-dependencies t)
(setq org-taskjuggler-valid-report-attributes
'(headline columns definitions timeformat hideresource
hidetask loadunit sorttasks formats period header center))
#+END_SRC
** gtd implementation
*** overview