From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Re: Sorting by todo-keyword Date: Wed, 13 Aug 2008 08:32:22 +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 1KT6d1-0003YG-RP for emacs-orgmode@gnu.org; Tue, 12 Aug 2008 23:02:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KT6cz-0003Y4-FB for emacs-orgmode@gnu.org; Tue, 12 Aug 2008 23:02:26 -0400 Received: from [199.232.76.173] (port=52954 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KT6cz-0003Y1-9w for emacs-orgmode@gnu.org; Tue, 12 Aug 2008 23:02:25 -0400 Received: from ti-out-0910.google.com ([209.85.142.189]:37191) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KT6cz-0002gR-6X for emacs-orgmode@gnu.org; Tue, 12 Aug 2008 23:02:25 -0400 Received: by ti-out-0910.google.com with SMTP id u5so1336046tia.10 for ; Tue, 12 Aug 2008 20:02:23 -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 2:22 PM, Christian Egli wrote: >> 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. I tried applying the patch to 5.18a but it failed again. How can I help get more debug information? ,---- | lappy:~/elisp/org-mode.git $ git checkout -b release_5.18a release_5.18a | Checking out files: 100% (112/112), done. | Switched to a new branch "release_5.18a" | lappy:~/elisp/org-mode.git $ git branch | master | * release_5.18a | zms | lappy:~/elisp/org-mode.git $ git-apply.exe 5066-001.bin | error: patch failed: org.el:2679 | error: org.el: patch does not apply `---- Regards, -- Manish