emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Carsten Dominik
Subject: [Orgmode] Re: tags-todo agenda does not sort by priority?
Date: Wed, 1 Oct 2008 13:14:49 +0200

Hi Rainer,

like the manual says in

     http://orgmode.org/manual/Priorities.html#Priorities

items without priority are treated as priority B. I think this makes sense and I would like to keep it this way. You can configure the default priority with `org-default-priority'.

Maybe this will work for you:

(setq org-lowest-prority ?D
      org-default-priority ?D)

- Carsten

On Oct 1, 2008, at 1:08 PM, Rainer Stengele wrote:

Hi Carsten,

you are right, it works for prioritised todos!

But I found that "no priority" todos are not sorted after todos of prio #A,#B or #C. They are just occuring in the list wherever they occur in the org file. I had expected to get all items with "no priority" sorted down after the ones which have any priority.
Is this intended?
I like to see no prioritised items to be of no priority at all!

How could I achive this?


Carsten Dominik wrote:
Hi Rainer,
this works fine for me. Must be something else in your setup that messes with the priorities?
- Carsten
On Sep 30, 2008, at 10:52 AM, Rainer Stengele wrote:
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



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode






reply via email to

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