Emacs: enforced org-mode todo management
This commit is contained in:
parent
0c94e25e71
commit
066ff6216c
1 changed files with 3 additions and 0 deletions
|
@ -433,6 +433,9 @@
|
||||||
org-log-redeadline 'time
|
org-log-redeadline 'time
|
||||||
;; only show last star
|
;; only show last star
|
||||||
org-hide-leading-stars t
|
org-hide-leading-stars t
|
||||||
|
;; Forbid closing of todos with open subtasks
|
||||||
|
org-enforce-todo-dependencies t
|
||||||
|
org-enforce-todo-checkbox-dependencies t
|
||||||
;; show something instead of ...
|
;; show something instead of ...
|
||||||
org-ellipsis "⤵")
|
org-ellipsis "⤵")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue