From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Custom agenda views: todo-state-down Date: Tue, 17 Feb 2009 21:55:35 +0100 Message-ID: References: <13D73EE1-CCC4-4CB7-9ABB-3A8D6661C27F@gmail.com> Mime-Version: 1.0 (Apple Message framework v930.3) 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 1LZWyj-0005rY-Ko for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 15:55:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZWyh-0005qU-Sz for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 15:55:41 -0500 Received: from [199.232.76.173] (port=37986 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZWyh-0005qH-Lx for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 15:55:39 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]:47014) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZWyh-0008MJ-2v for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 15:55:39 -0500 Received: by ewy13 with SMTP id 13so3601338ewy.18 for ; Tue, 17 Feb 2009 12:55:37 -0800 (PST) In-Reply-To: <13D73EE1-CCC4-4CB7-9ABB-3A8D6661C27F@gmail.com> 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: Christopher Suckling Cc: org-mode mailing list Wow, two separate bugs! Both fixed now, thanks for the report. - Carsten On Feb 16, 2009, at 1:30 AM, Christopher Suckling wrote: > I'm having a little difficulty with org-agenda-sorting-strategy: > > If I create a tags or tags-todo view, then todo-state-down (or todo- > state-up) appears to be ignored. For example: > > ----- > ("P" "Priority #A tasks " tags-todo "+PRIORITY=\"A\"" > ((org-agenda-skip-timestamp-if-done t) > (org-agenda-sorting-strategy '(todo-state-down effort-up category- > keep)) > (org-agenda-overriding-header "Priority #A tasks: "))) > ----- > > fails to sort by todo-state. > > On the other hand: > > ----- > ("Qt" "TODO entries - @mac " alltodo "" > ((org-agenda-files (list "~/Sites/org/mac_A.org")) > (org-agenda-sorting-strategy '(priority-down todo-state-down > category-keep)) > (org-agenda-overriding-header "TODO entries - @mac: "))) > ----- > > sorts as expected. > > Interestingly, if the second example is included as part of a block > agenda, then it also fails. > > Any suggestions? > > Best wishes, > > Christopher > > > _______________________________________________ > 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