From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: GTD and adding next actions under projects with remember Date: Wed, 09 Sep 2009 19:20:09 -0400 Message-ID: <87skev9046.fsf@fastmail.fm> References: <3678e0bb0909081742j43bf3f2brcf0721e01c6c0501@mail.gmail.com> <87vdjsl45e.fsf_-_@zinc.branchcut.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MlWSc-0005BR-8E for emacs-orgmode@gnu.org; Wed, 09 Sep 2009 19:20:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlWSX-00058S-Ky for emacs-orgmode@gnu.org; Wed, 09 Sep 2009 19:20:21 -0400 Received: from [199.232.76.173] (port=37212 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlWSX-00058K-Dm for emacs-orgmode@gnu.org; Wed, 09 Sep 2009 19:20:17 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:33848) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MlWSX-00015H-4r for emacs-orgmode@gnu.org; Wed, 09 Sep 2009 19:20:17 -0400 In-Reply-To: <87vdjsl45e.fsf_-_@zinc.branchcut.ath.cx> (Desmond Rivet's message of "Wed, 09 Sep 2009 07:59:57 -0400") 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: Desmond Rivet Cc: emacs-orgmode@gnu.org Desmond Rivet writes: > I'm using org-mode to implement GTD (or, at least, making a valiant > effort :) I'm currently doing the following: > > * projects are TODO items under a "Project" heading with a) a project > tag and b) a CATEGORY property summarizing the project with a short > label. > > * "waiting" items are TODO items with a waiting tag under a "Waiting" > heading. > > * next actions are TODO items without a project or waiting tag. > > * contexts are tags attached to the next action and start with "@" > > * if a next action is under a project heading, then it belongs to that > project. I have a special heading called, for lack of a better name, > "Misc" under which I put all my next actions which are not associated > with any project. > > This all seems to work ok so far, except for one thing: I can't figure > out how to add next actions under a particular project heading using > remember. You can either: 1. Use "C-1 C-c C-c" to file the item interactively. or 2. Set org-remember-store-without-prompt to nil. Best, Matt