From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: tags-todo agenda does not sort by priority? Date: Tue, 30 Sep 2008 10:52:32 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KkbHA-0003Uq-7m for emacs-orgmode@gnu.org; Tue, 30 Sep 2008 05:12:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KkbH8-0003U4-N7 for emacs-orgmode@gnu.org; Tue, 30 Sep 2008 05:12:11 -0400 Received: from [199.232.76.173] (port=60774 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkbH8-0003Tz-Gm for emacs-orgmode@gnu.org; Tue, 30 Sep 2008 05:12:10 -0400 Received: from main.gmane.org ([80.91.229.2]:38597 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KkayQ-00073l-4V for emacs-orgmode@gnu.org; Tue, 30 Sep 2008 04:52:50 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KkayI-0004XM-6s for emacs-orgmode@gnu.org; Tue, 30 Sep 2008 08:52:42 +0000 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 30 Sep 2008 08:52:42 +0000 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 30 Sep 2008 08:52:42 +0000 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: emacs-orgmode@gnu.org 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