Bastien wrote:
> Esben Stien <[email protected]> writes:
>
>> In org-agenda, I'm confused as to how I can get a list of all headings
>> with priority A?
>
> There is no predefined functions.
>
> You can use `org-agenda-skip-if' and check against priority cookies.
Or...
--8<---------------cut here---------------start------------->8---
(add-to-list 'org-agenda-custom-commands
'("r" "All Tasks (grouped by Priority)"
((tags-todo "PRIORITY={A}"
((org-agenda-overriding-header "HIGH"))))) t)
--8<---------------cut here---------------end--------------->8---
Best regards,
Seb
--
Sebastien Vauban