From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Cave Subject: Re: [Orgmode] Re: An article/tutorial I wrote abou org-mode and implementing GTD Date: Wed, 06 Sep 2006 08:51:12 +1000 Message-ID: <200609052251.k85MpCfU021131@mail28.syd.optusnet.com.au> Reply-To: charles_cave@optusnet.com.au Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: binary Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GKjlP-00007V-As for emacs-orgmode@gnu.org; Tue, 05 Sep 2006 18:51:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GKjlM-00005C-T9 for emacs-orgmode@gnu.org; Tue, 05 Sep 2006 18:51:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GKjlM-000052-OE for emacs-orgmode@gnu.org; Tue, 05 Sep 2006 18:51:24 -0400 Received: from [211.29.133.169] (helo=mail28.syd.optusnet.com.au) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.52) id 1GKjlN-0004pn-8v for emacs-orgmode@gnu.org; Tue, 05 Sep 2006 18:51:25 -0400 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: Xiao-Yong Jin Cc: emacs-orgmode@gnu.org Ni hao Xiao-Yong, > 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. Thank you for your kind comments about my article. My use of org-mode for implementing GTD methodology is still a work in progress as I learn more about org-mode and experiment with how I structure my file. I was thinking that my Perl script could be coded in Lisp. I don't know enough Lisp to implement the logic. The important thing to remember is that I need one list for each tag (content) with a list of headlines that match the tag. For example, under HOME, I need a list ofall headlines that match the tag of :HOME: I have just started my study of check boxes in preparating for making an org-mode file for my Weekly Review. Charles