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