From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Sorting agenda items Date: Fri, 18 Apr 2008 01:59:32 +0530 Message-ID: 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 1Jmajo-0008FR-8T for emacs-orgmode@gnu.org; Thu, 17 Apr 2008 16:29:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jmajl-0008DB-KK for emacs-orgmode@gnu.org; Thu, 17 Apr 2008 16:29:42 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jmajl-0008Cu-E8 for emacs-orgmode@gnu.org; Thu, 17 Apr 2008 16:29:41 -0400 Received: from ti-out-0910.google.com ([209.85.142.191]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jmajl-0006TH-48 for emacs-orgmode@gnu.org; Thu, 17 Apr 2008 16:29:41 -0400 Received: by ti-out-0910.google.com with SMTP id a20so34805tia.10 for ; Thu, 17 Apr 2008 13:29:32 -0700 (PDT) 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: org-mode Hello All, I would like to set up a daily agenda view with todos sorted in the following order: 1. Timed TODOs 2. DEADLINES 3. TODO type - STARTED 4. TODO type - NEXT 5. TODO type - TODO I could find/figure out how to do #1 and #2 but #3-5 escape me. I hope I did not miss it in the manual. The whole idea is to spend minimum brain cycles while picking up next item from the agenda. One way that makes sense for me is to reduce the size of region that I would scan while picking up next item (i.e. set of NEXT todos). I think it's possible if one uses tags to mark task state changes. Not sure how to do it with TODO keywords. I wonder if people just pick up whatever is on the top of the agenda or scan the whole list everytime you want to pick up next task? Hope it made sense. Thanks, -- Manish