From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: Projects+Next Actions view Date: Thu, 30 Sep 2010 13:03:03 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=59814 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1NTH-0003DF-ME for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 14:03:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P1NTF-0004sd-1e for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 14:03:07 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:54075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P1NTE-0004sD-Um for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 14:03:04 -0400 Received: by iwn33 with SMTP id 33so4246030iwn.0 for ; Thu, 30 Sep 2010 11:03:03 -0700 (PDT) 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 list, Another thing that I like about Things (http://culturedcode.com/things/) is the "Next Actions" view. It basically lists all projects plus the very first next action for each of them. When you need some perspective, having quick access to a view like this is very useful. It also shows any "orphan" tasks (tasks that don't belong to a project), so you have a nice overview of what you can do based on your own input. With org, I have created a Projects view, a tags agenda filter filtering for non-todo items. I could use follow mode, which is quite useful, but doesn't give the same uncluttered view Things does with its next actions view. I was wondering if it would be possible, even if more elisp would be needed, to create a view like this? E.x: * Keep the cat alive :PROJECT:HOME: ** TODO Feed the cat ... * Feature 2 :PROJECT:FEATURE: ** TODO Run the script ... A screenshot of my Things dashboard: http://i56.tinypic.com/2u4kimh.jpg. On the right you see the Projects and Next Actions view. On the left, blurred too, you see first the projects list and below it the "Areas of Responsibility" list. Cheers, Marcelo.