From 8aca1a115b25cbe08042f79fb04860a9a952a512 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 23 Mar 2016 20:50:14 -0400 Subject: agenda: Add key for "A" priority headings --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 8666235..8408556 100644 --- a/init.el +++ b/init.el @@ -246,7 +246,8 @@ (tags priority-down category-keep) (search category-keep))) (setq org-agenda-custom-commands - '(("d" todo "DONE" nil) + '(("A" tags-todo "PRIORITY=\"A\"" nil) + ("d" todo "DONE" nil) ("u" "Unschedule TODO entries" alltodo "" ((org-agenda-skip-function (lambda nil -- cgit v1.2.3