Handle scheduled TODOs properly in agenda view
This commit is contained in:
parent
f60358c04b
commit
f19282f57b
@ -835,6 +835,8 @@ Always show inline images:
|
||||
|
||||
** Agenda views
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq org-agenda-todo-ignore-scheduled 'future)
|
||||
(setq org-agenda-tags-todo-honor-ignore-options t)
|
||||
(setq org-agenda-custom-commands
|
||||
'(("T" "Today's list"
|
||||
((agenda)
|
||||
|
Loading…
Reference in New Issue
Block a user