Fix high priority org-agenda-command

This commit is contained in:
Ivan Malison 2015-01-12 17:54:12 -08:00
parent 544b190770
commit c48d6d355f

View File

@ -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 "A" (cons "High priority upcoming" this-week-high-priority))
,(cons "d" (cons "Overdue tasks and due today" due-today)) ,(cons "d" (cons "Overdue tasks and due today" due-today))
,(cons "r" (cons "Recently created" recently-created)) ,(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 ((org-agenda-overriding-header
"High Priority:")))))) "High Priority:"))))))