[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-agenda List Items with Priority A
From: |
Sebastien Vauban |
Subject: |
Re: [O] org-agenda List Items with Priority A |
Date: |
Fri, 23 May 2014 20:29:19 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.91 (windows-nt) |
Bastien wrote:
> Esben Stien <address@hidden> 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