Add Lola agenda view

This commit is contained in:
Jeremy Dormitzer 2019-09-24 12:08:49 -04:00
parent f19282f57b
commit 67fdcfe839

View File

@ -838,7 +838,8 @@ Always show inline images:
(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"
'(("L" "Lola" ((tags-todo "@lola")))
("T" "Today's list"
((agenda)
(tags-todo "today")))))
#+END_SRC