From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?=C5=81ukasz?= Stelmach Subject: Re: Projects+Next Actions view Date: Fri, 01 Oct 2010 12:15:24 +0200 Message-ID: <87sk0q9q2r.fsf@dasa3.iem.pw.edu.pl> References: <87eicaokev.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=50574 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1cel-0008LN-Ss for emacs-orgmode@gnu.org; Fri, 01 Oct 2010 06:16:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P1cek-0008FO-LU for emacs-orgmode@gnu.org; Fri, 01 Oct 2010 06:15:59 -0400 Received: from lo.gmane.org ([80.91.229.12]:51321) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P1cek-0008F9-9t for emacs-orgmode@gnu.org; Fri, 01 Oct 2010 06:15:58 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P1ceS-0005y9-CE for emacs-orgmode@gnu.org; Fri, 01 Oct 2010 12:15:40 +0200 Received: from dasa3.iem.pw.edu.pl ([194.29.147.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Oct 2010 12:15:40 +0200 Received: from lukasz.stelmach by dasa3.iem.pw.edu.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Oct 2010 12:15:40 +0200 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 Marcelo de Moraes Serpa writes: > > On Thu, Sep 30, 2010 at 6:56 PM, Matt Lundin wrote: >> Marcelo de Moraes Serpa writes: >> >>> 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. Remember, you can set CATEGORY property which is displayed in the leftmost column of an agenda view. I set it in projects.org file so I don't have to use :PROJECT: tag. >> You could use a sparse tree view: >> >> (add-to-list 'org-agenda-custom-commands >>             '("x" "PROJECT+N/A" tags-tree "PROJECT|TODO=\"TODO\"" >>               ((org-show-siblings nil) >>                (org-show-entry-below nil)))) > > However, this seems to show all the TODO items below a PROJECT item, > including the DONE ones. What I had in mind was to show only the first > child. Is it possible? So use the ORDERED property, or properly nest action and enforce todo dependencies . Actions that cannot be taken right know because they depend on other actions will be displayed in grey font on an agenda. If, however, they are featured this way there probably is a way to hide them completely. -- Miłego dnia, Łukasz Stelmach