From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Daly Subject: Bug: Priority-Down Sort Method Prevents Further Sorting in Daily Agenda Date: Mon, 22 Apr 2013 12:24:49 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUKU2-0007pr-I6 for emacs-orgmode@gnu.org; Mon, 22 Apr 2013 13:24:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUKTz-0007Bp-Jw for emacs-orgmode@gnu.org; Mon, 22 Apr 2013 13:24:54 -0400 Received: from mail-lb0-f181.google.com ([209.85.217.181]:33790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUKTz-0007BW-DB for emacs-orgmode@gnu.org; Mon, 22 Apr 2013 13:24:51 -0400 Received: by mail-lb0-f181.google.com with SMTP id r11so5936640lbv.12 for ; Mon, 22 Apr 2013 10:24:49 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode First, Bastien (and everybody), thanks for all the work done on the 8.0 release. It's wonderful, aside from the occasional bug :) Second, that occasional bug: Priority-down (and presumably, priority-up) in the org-agenda-sorting-strategy prevent further sorting from occurring in the weekly/daily agenda. For example, when sorting with the following strategies for the weekly/daily agenda, the agenda's order is a bit screwy: - habit-down - time-up - priority-down - deadline-down - scheduled-down - category-keep Unfortunately, as shown below, the default sort methods apply: deadlines occur after the scheduled events, and we're using the deadline-/scheduled-up sorting method instead of the correct -down methods: todo: Sched. 6x: TODO [#A] Reply to Can't Find Directory Issue todo: Scheduled: TODO [#A] Run Search and Fix Utility todo: Scheduled: WAIT [#A] Find Entity Relationship Diagrams todo: 5 d. ago: TODO [#A] Run Search and Fix Utility todo: In 2 d.: WAIT [#A] Find Entity Relationship Diagrams todo: Sched.42x: WAIT Unavailable Note List mail: Sched.21x: TODO FW: ICE DIAG calendar: Sched. 4x: Weekly Team Meeting todo: Scheduled: TODO Design Draft The desired and correct order of the above events, based on selected sort methods, is: todo: In 2 d.: WAIT [#A] Find Entity Relationship Diagrams todo: 5 d. ago: TODO [#A] Run Search and Fix Utility todo: Scheduled: TODO [#A] Run Search and Fix Utility todo: Scheduled: WAIT [#A] Find Entity Relationship Diagrams todo: Sched. 6x: TODO [#A] Reply to Can't Find Directory Issue todo: Scheduled: TODO Design Draft calendar: Sched. 4x: Weekly Team Meeting mail: Sched.21x: TODO FW: ICE DIAG todo: Sched.42x: WAIT Unavailable Note List Thanks for your time, Nick