From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: tags-todo agenda does not sort by priority? Date: Wed, 1 Oct 2008 13:14:49 +0200 Message-ID: <2C65D927-F45B-4AED-A1FA-8E6C806B4EA6@uva.nl> References: <72688A1D-1CD8-4061-8280-FCDF033CF591@uva.nl> <48E35A29.40904@diplan.de> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kkzfb-0004hO-8H for emacs-orgmode@gnu.org; Wed, 01 Oct 2008 07:15:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KkzfY-0004gO-TY for emacs-orgmode@gnu.org; Wed, 01 Oct 2008 07:15:01 -0400 Received: from [199.232.76.173] (port=54529 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkzfW-0004fi-Pj for emacs-orgmode@gnu.org; Wed, 01 Oct 2008 07:15:00 -0400 Received: from pony.ic.uva.nl ([145.18.40.181]:37473) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KkzfW-0002jV-AC for emacs-orgmode@gnu.org; Wed, 01 Oct 2008 07:14:58 -0400 In-Reply-To: <48E35A29.40904@diplan.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer Stengele Cc: emacs-orgmode@gnu.org 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. >>> Emacs-orgmode@gnu.org >>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >> _______________________________________________ >> Emacs-orgmode mailing list >> Remember: use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >