From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mead Subject: Re: GTD and adding next actions under projects with remember Date: Wed, 09 Sep 2009 13:25:02 +0100 Message-ID: <87ws48b90h.fsf@gmail.com> 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 1MlMEz-0002eh-IY for emacs-orgmode@gnu.org; Wed, 09 Sep 2009 08:25:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlMEu-0002Zz-IB for emacs-orgmode@gnu.org; Wed, 09 Sep 2009 08:25:36 -0400 Received: from [199.232.76.173] (port=45265 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlMEu-0002ZX-Az for emacs-orgmode@gnu.org; Wed, 09 Sep 2009 08:25:32 -0400 Received: from lo.gmane.org ([80.91.229.12]:59861) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MlMEt-0008O9-SA for emacs-orgmode@gnu.org; Wed, 09 Sep 2009 08:25:32 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MlMEr-00089A-LC for emacs-orgmode@gnu.org; Wed, 09 Sep 2009 14:25:29 +0200 Received: from cpc3-rdng14-0-0-cust786.winn.cable.ntl.com ([82.0.211.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Sep 2009 14:25:29 +0200 Received: from paul.d.mead by cpc3-rdng14-0-0-cust786.winn.cable.ntl.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Sep 2009 14:25:29 +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 Desmond Rivet writes: > 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. > > The problem is that I have to specify a heading for the template in > org-remember-templates in the .emacs file. This is okay when I want to > jot down a new project, waiting item or *generic* next action, because > all these items have fixed headings, but I don't know how to make this > work when I don't know the heading ahead of time (remember that next > actions associated with projects live under the project heading). > > Any ideas? Thanks in advance for any help. I do something similar, but use C-1 C-c C-c which allows you to select the refile heading. Have you tried that? Paul