diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-01-02 14:39:03 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-01-02 14:39:03 +0000 |
commit | 86f142852d35202a47e1c9040e4461e2dd8f339f (patch) | |
tree | 5302450c3254e92ef12ce12dc0774c12136abf84 | |
parent | 6d8e161d9ebdfc4757832ebee8eb864dfdbae266 (diff) |
Added a new Agenda view (agenda and @work tag)
Diffstat (limited to '')
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -616,6 +616,7 @@ '(("N" "Agenda and NEXT TODOs" ((agenda "") (todo "NEXT"))) ("y" "Agenda and All TODOS" ((agenda "") (alltodo "") )) ("w" "Agenda and WAITING" ((agenda "") (todo "WAITING"))) + ("W" "Agenda and @work" ((agenda "") (tags "@work"))) ("p" "Agenda and PROJECTs" ((agenda "") (todo "PROJECT"))))) (define-key global-map "\C-cc" 'org-capture) (setq org-capture-templates |