|
|
|
@ -619,8 +619,8 @@ |
|
|
|
#+END_SRC |
|
|
|
#+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 |
|
|
|
(setq org-agenda-todo-ignore-scheduled 'all) |
|
|
|
org-agenda-todo-ignore-scheduled 'all) |
|
|
|
#+END_SRC |
|
|
|
#+END_SRC |
|
|
|
Do not show stuff marked with DONE even if they have a deadline |
|
|
|
Do not show stuff marked with DONE even if they have a deadline |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
|