emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] tags-todo agenda does not sort by priority?


From: Rainer Stengele
Subject: [Orgmode] tags-todo agenda does not sort by priority?
Date: Tue, 30 Sep 2008 10:52:32 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17) Gecko/20080914 Thunderbird/2.0.0.17 Mnenhy/0.7.5.666

Hi!

Having a custom agenda command like this

(setq org-agenda-custom-commands
      '(
...
        ("kP" ((tags-todo "CATEGORY=\"Privat\""))
         ((org-agenda-files '("~/org/PRIVAT"))
          (org-agenda-sorting-strategy '(priority-down))))
...

I do not get an agenda view sorting "priority-down". Well, it starts with #A 
entries,
but does not follow with #B and then #C entries.

Priority shown by "P" in agenda mode of #A items is 2000, 1000 of all other 
items.


Does anybody see my fault in the config?

Rainer





reply via email to

[Prev in Thread] Current Thread [Next in Thread]