add ordered dependencies
This commit is contained in:
parent
b64f556c0f
commit
1edaf80485
|
@ -1266,7 +1266,11 @@ Taskjuggler is provided by an external package that provides the command line to
|
||||||
(require 'org-tj)
|
(require 'org-tj)
|
||||||
|
|
||||||
;; force org to listen to the ORDERED property
|
;; 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
|
#+END_SRC
|
||||||
** gtd implementation
|
** gtd implementation
|
||||||
*** overview
|
*** overview
|
||||||
|
|
Loading…
Reference in New Issue