Hi all

i use the orgmode's dispatcher to show my todos per file. for some reason i cant get the #A priorities to show up first. here is what i have in my config:



("f" "food" todo "COOK" 
         (
         (org-agenda-files '("~/org/files/agenda/food.org")) 
          (org-agenda-sorting-strategy  '(priority-down))
)
)


any clue?

thx 

Z