diff --git a/global.org b/global.org index 76912c1..7a078d2 100644 --- a/global.org +++ b/global.org @@ -619,8 +619,8 @@ #+END_SRC Do not show scheduled or deadline'd stuff in the Global TODO list #+BEGIN_SRC emacs-lisp - (setq org-agenda-todo-ignore-deadlines 'all) - (setq org-agenda-todo-ignore-scheduled 'all) + (setq org-agenda-todo-ignore-deadlines 'all + org-agenda-todo-ignore-scheduled 'all) #+END_SRC Do not show stuff marked with DONE even if they have a deadline #+BEGIN_SRC emacs-lisp