Re: [O] org-agenda List Items with Priority A

2014-05-23 Thread Bastien
Esben Stien b...@esben-stien.name 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. -- Bastien

Re: [O] org-agenda List Items with Priority A

2014-05-23 Thread Sebastien Vauban
Bastien wrote: Esben Stien b...@esben-stien.name 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

Re: [O] org-agenda List Items with Priority A

2014-05-23 Thread Esben Stien
Sebastien Vauban sva-n...@mygooglest.com writes: --8---cut here---start-8--- (add-to-list 'org-agenda-custom-commands '(r All Tasks (grouped by Priority) ((tags-todo PRIORITY={A}

Re: [O] org-agenda List Items with Priority A

2014-05-23 Thread Bastien
Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: Or... (add-to-list 'org-agenda-custom-commands '(r All Tasks (grouped by Priority) ((tags-todo PRIORITY={A} ((org-agenda-overriding-header

Re: [O] org-agenda List Items with Priority A

2014-05-23 Thread Brady Trainor
(my first `follow-up' from GNUS) I am trying to reduce the amount of custom-commands I use, so that my use of org-mode can evolve to be more adaptive and take more advantage of defaults. The functions below are for DONE items, but I'm sure you could tweak them to apply to priority. They