Add Lola agenda view
This commit is contained in:
parent
f19282f57b
commit
67fdcfe839
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user