diff --git a/emacs/init.org b/emacs/init.org index 4756b8c..743c19a 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -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