From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Egli Subject: Re: Sorting by todo-keyword Date: Tue, 12 Aug 2008 10:52:46 +0200 Message-ID: References: <87r6939ucf.wl%jan.seeger@thenybble.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSpcn-00061G-M8 for emacs-orgmode@gnu.org; Tue, 12 Aug 2008 04:53:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSpcl-0005zb-PF for emacs-orgmode@gnu.org; Tue, 12 Aug 2008 04:53:04 -0400 Received: from [199.232.76.173] (port=33707 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSpcl-0005zL-Ic for emacs-orgmode@gnu.org; Tue, 12 Aug 2008 04:53:03 -0400 Received: from main.gmane.org ([80.91.229.2]:39366 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 1KSpcl-0006cV-9s for emacs-orgmode@gnu.org; Tue, 12 Aug 2008 04:53:03 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KSpci-00076n-BD for emacs-orgmode@gnu.org; Tue, 12 Aug 2008 08:53:00 +0000 Received: from d05.sbszh.ch ([217.192.14.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Aug 2008 08:53:00 +0000 Received: from christian.egli by d05.sbszh.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Aug 2008 08:53:00 +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 Manish writes: > On Tue, Aug 12, 2008 at 1:36 PM, Christian Egli wrote: >> Hi >> >> "Jan Seeger" writes: >>> I want to sort my todo agenda view by todo keyword. Is that currently >>> possible? >> >> AFAIK No, currently you cannot do that. >> >>> It seems from the org-agenda-sorting-strategy keyword, that >>> this is not the case. >> >> I posted a patch for this against org 5.18a way back >> (http://article.gmane.org/gmane.emacs.orgmode/5066). You'd have to >> forward port it to the current version of org, but git should help you >> there. >> >> Let me know if you get anywhere. > > I tried applying the patch but it failed. Did you apply against 5.18a? You should be able to checkout 5.18a, apply the patch and try to do a rebase to bring the patch up to the current version of org. If that doesn't work then I guess some manual work is required. HTH Christian