@ -475,6 +475,11 @@
#+BEGIN_SRC emacs-lisp
(setq org-agenda-span 1)
#+END_SRC
Prevent headlines to be marked as DONE if some sub-headings are
still TODO.
(setq org-enforce-todo-dependencies t)
Do not show scheduled or deadline'd stuff in the Global TODO list
(setq org-agenda-todo-ignore-deadlines 'all)