mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
[emacs] Enforce org-mode task dependencies
This commit is contained in:
parent
65b617a4fa
commit
5376e9000d
1 changed files with 8 additions and 0 deletions
|
@ -408,6 +408,14 @@ A modern list api for Emacs. No 'cl required.
|
|||
(org-load-modules-maybe t)
|
||||
#+END_SRC
|
||||
**** Tasks
|
||||
***** Enforce dependencies
|
||||
Require child tasks and checkboxes to be done before a parent task can
|
||||
be marked done.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq
|
||||
org-enforce-todo-dependencies t
|
||||
org-enforce-todo-checkbox-dependencies t)
|
||||
#+END_SRC
|
||||
***** Keep logs in their own drawer
|
||||
#+name: packages
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
|
Loading…
Reference in a new issue