From 881c7374007eca463a27110f9794424c2c9906d7 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 27 Mar 2019 23:13:04 -0400 Subject: [PATCH] [org] Normalize setq --- global.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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