From c48d6d355f5380d141135d060f5e545e153d4747 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 12 Jan 2015 17:54:12 -0800 Subject: [PATCH] Fix high priority org-agenda-command --- dotfiles/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 7fc6e75d..724eb79a 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -785,7 +785,7 @@ the same tree node, and the headline of the tree node in the Org-mode file." ,(cons "A" (cons "High priority upcoming" this-week-high-priority)) ,(cons "d" (cons "Overdue tasks and due today" due-today)) ,(cons "r" (cons "Recently created" recently-created)) - '("h" "A, B priority:" tags-todo "+PRIORITY<\"C\"" + ("h" "A, B priority:" tags-todo "+PRIORITY<\"C\"" ((org-agenda-overriding-header "High Priority:"))))))