From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: bug? org does not seem to sort by prioritiy #A,#B,#C,#D Date: Thu, 21 Oct 2010 09:01:09 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=48737 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8p9P-0006T5-DB for emacs-orgmode@gnu.org; Thu, 21 Oct 2010 03:01:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8p9N-0005Zf-A8 for emacs-orgmode@gnu.org; Thu, 21 Oct 2010 03:01:23 -0400 Received: from lo.gmane.org ([80.91.229.12]:44588) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8p9N-0005Z9-2y for emacs-orgmode@gnu.org; Thu, 21 Oct 2010 03:01:21 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P8p9K-0004wy-PX for emacs-orgmode@gnu.org; Thu, 21 Oct 2010 09:01:18 +0200 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 ; Thu, 21 Oct 2010 09:01:18 +0200 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Oct 2010 09:01:18 +0200 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 all, maybe this is a bug: (Org-mode version 7.01trans (release_7.01h.605.gc540) Having set ============================================================================== Org Enable Priority Commands: Hide Value Toggle on (non-nil) State: STANDARD. Non-nil means priority commands are active. Hide Rest When nil, these commands will be disabled, so that you never accidentally set a priority. Org Highest Priority: Hide Value A State: STANDARD. The highest priority of TODO items. A character like ?A, ?B etc. More Org Lowest Priority: Hide Value D State: SAVED and set. The lowest priority of TODO items. A character like ?A, ?B etc. More Org Default Priority: Hide Value D State: SAVED and set. The default priority of TODO items. More resulting correctly in (custom-set-variables ... '(org-highest-priority 65) '(org-default-priority 68) '(org-lowest-priority 68) ... ============================================================================== the custom agenda command ("Tp" "all todos sorted by prio" ( (alltodo "all todos" )) ((org-agenda-sorting-strategy '(priority-down)))) will sort correctly by priorities #A, #B, #C, descending, but will then mix up the rest of the todos with "#D" or without priority. "#D" does not seem to be included in the sorting. Is this a config error? Thanks, Rainer