emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Xiao-Yong Jin <xj2106@columbia.edu>
Cc: emacs-orgmode@gnu.org
Subject: Re: [Orgmode] Re: An article/tutorial I wrote abou org-mode and implementing GTD
Date: Wed, 6 Sep 2006 00:01:50 +0200	[thread overview]
Message-ID: <9cc54ea9a68a0ebb06b8ee1c8604b7d8@science.uva.nl> (raw)
In-Reply-To: <86pseadmi6.fsf@presario.homeunix.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

  reply	other threads:[~2006-09-05 22:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-03  4:25 An article/tutorial I wrote abou org-mode and implementing GTD Charles Cave
2006-09-05 17:53 ` [Orgmode] " J. David Boyd
2006-09-05 21:56   ` Carsten Dominik
2006-09-05 21:36 ` Xiao-Yong Jin
2006-09-05 22:01   ` Carsten Dominik [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-09-05 22:51 Charles Cave

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9cc54ea9a68a0ebb06b8ee1c8604b7d8@science.uva.nl \
    --to=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=xj2106@columbia.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).