From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [Orgmode] Re: An article/tutorial I wrote abou org-mode and implementing GTD Date: Wed, 6 Sep 2006 00:01:50 +0200 Message-ID: <9cc54ea9a68a0ebb06b8ee1c8604b7d8@science.uva.nl> References: <44FA5942.8050507@optusnet.com.au> <86pseadmi6.fsf@presario.homeunix.org> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GKizP-0003tD-E5 for emacs-orgmode@gnu.org; Tue, 05 Sep 2006 18:01:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GKizO-0003rO-Ry for emacs-orgmode@gnu.org; Tue, 05 Sep 2006 18:01:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GKizO-0003qn-Fi for emacs-orgmode@gnu.org; Tue, 05 Sep 2006 18:01:50 -0400 Received: from [194.134.35.149] (helo=smtp08.wanadoo.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GKizO-0000gt-Qa for emacs-orgmode@gnu.org; Tue, 05 Sep 2006 18:01:51 -0400 In-Reply-To: <86pseadmi6.fsf@presario.homeunix.org> 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: Xiao-Yong Jin Cc: emacs-orgmode@gnu.org On Sep 5, 2006, at 23:36, Xiao-Yong Jin wrote: > It's a very nice introduction to both emacs org-mode and GTD. I would > like to see an easier implementation for your Portable Next Action > lists using the check box feature in the org-mode. I think it's > better if you put all the next actions in check box list, but leave > the head lines for different categories. But then I come to a > question. Is there a way to list all the check box lists in a sparse > tree? If there is, we can just print it. Use org-occur to create such a tree. Interactively with C-c / \[[ X]\] RET or, if you want to do this more often, with a special command (defun my-checkbox-tree () (interactive) (org-occur "\\[[ X]\\]" 'org-at-item-p)) Best wishes - Carsten