From 86f142852d35202a47e1c9040e4461e2dd8f339f Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 2 Jan 2020 14:39:03 +0000 Subject: Added a new Agenda view (agenda and @work tag) --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index c5d8968..d7a119b 100644 --- a/init.el +++ b/init.el @@ -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 -- cgit v1.2.3