From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Re: Sorting by todo-keyword Date: Tue, 12 Aug 2008 14:12:27 +0530 Message-ID: References: <87r6939ucf.wl%jan.seeger@thenybble.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSpSa-0006Vg-1Y for emacs-orgmode@gnu.org; Tue, 12 Aug 2008 04:42:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSpSY-0006Ts-9t for emacs-orgmode@gnu.org; Tue, 12 Aug 2008 04:42:31 -0400 Received: from [199.232.76.173] (port=40699 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSpSX-0006Tf-UA for emacs-orgmode@gnu.org; Tue, 12 Aug 2008 04:42:30 -0400 Received: from ti-out-0910.google.com ([209.85.142.186]:9096) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KSpSX-0004fW-LD for emacs-orgmode@gnu.org; Tue, 12 Aug 2008 04:42:30 -0400 Received: by ti-out-0910.google.com with SMTP id u5so1186510tia.10 for ; Tue, 12 Aug 2008 01:42:27 -0700 (PDT) In-Reply-To: Content-Disposition: inline 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: Christian Egli Cc: emacs-orgmode@gnu.org 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. zms@master:~/elisp/org-mode.git$ git-apply 5066-001.bin 5066-001.bin:178: trailing whitespace. 'priority (org-get-priority txt) 5066-001.bin:192: trailing whitespace. (donepa (member ta org-done-keywords)) error: org.el: No such file or directory zms@master:~/elisp/org-mode.git$ emacs22 -nw #cleaning the trailing whitespace zms@master:~/elisp/org-mode.git$ git-apply 5066-001.bin error: org.el: No such file or directory zms@master:~/elisp/org-mode.git$ cd lisp/ zms@master:~/elisp/org-mode.git/lisp$ git-apply ../5066-001.bin error: patch failed: lisp/org.el:2679 error: lisp/org.el: patch does not apply Best, -- Manish