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:06:25 +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 1KSotu-0002sF-TM for emacs-orgmode@gnu.org; Tue, 12 Aug 2008 04:06:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSott-0002qN-K8 for emacs-orgmode@gnu.org; Tue, 12 Aug 2008 04:06:42 -0400 Received: from [199.232.76.173] (port=57729 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSott-0002qG-FT for emacs-orgmode@gnu.org; Tue, 12 Aug 2008 04:06:41 -0400 Received: from main.gmane.org ([80.91.229.2]:34734 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 1KSott-0005Tc-Ao for emacs-orgmode@gnu.org; Tue, 12 Aug 2008 04:06:41 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KSotl-0005JP-W6 for emacs-orgmode@gnu.org; Tue, 12 Aug 2008 08:06:34 +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:06:33 +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:06:33 +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 "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. HTH Christian