From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: Re: automatically jumping to stored note location Date: Wed, 11 Jun 2008 11:53:07 +0100 Message-ID: <20080611105307.GA19396@atlantic.linksys.moosehall> References: <20080530122146.GA9520@atlantic.linksys.moosehall> <9592BB6CDB1CEB48826BE86ACD71FA996ABF8A@kwik.ic.uva.nl> Reply-To: Adam Spiers 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 1K6Nx3-000418-0L for emacs-orgmode@gnu.org; Wed, 11 Jun 2008 06:53:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K6Nx1-0003zI-9p for emacs-orgmode@gnu.org; Wed, 11 Jun 2008 06:53:12 -0400 Received: from [199.232.76.173] (port=33562 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6Nx0-0003z2-VN for emacs-orgmode@gnu.org; Wed, 11 Jun 2008 06:53:11 -0400 Received: from mail.beimborn.com ([70.84.38.100]:54362) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K6Nx0-0000lz-GF for emacs-orgmode@gnu.org; Wed, 11 Jun 2008 06:53:10 -0400 Received: from mail.beimborn.com (localhost.localdomain [127.0.0.1]) by mail.beimborn.com (8.12.11.20060308/8.12.8) with ESMTP id m5BAr8Ug005757 for ; Wed, 11 Jun 2008 05:53:08 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by mail.beimborn.com (8.12.11.20060308/8.12.11/Submit) id m5BAr7V4005747 for emacs-orgmode@gnu.org; Wed, 11 Jun 2008 11:53:07 +0100 Content-Disposition: inline In-Reply-To: <9592BB6CDB1CEB48826BE86ACD71FA996ABF8A@kwik.ic.uva.nl> 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 On Wed, Jun 11, 2008 at 07:16:21AM +0200, Dominik, C. wrote: > > Hi Adam, > > I have now implemented this feature, exactly as ordered :-), > with %&. Woohoo! Awesome, thanks - I have wanted that one for a long time :-) Seems to work great. I have three comments/questions related to this and similar org-remember details: 1) Ideally %& would preserve the position of the point within the template when it arrives in the final destination. This is particularly important if a template has all three of %? %! and %&, otherwise %? is effectively ignored when %! and %& are present. 2) It doesn't seem possible to set up a template so that it will always insert at the very top of a particular file. I really miss that, since I keep most TODOs at the top level, and I like a "newest first" view by default when not in the agenda. 3) I am a bit confused by the 'Selection interface for heading' 5th option of a remember template. It doesn't seem to have any effect - how is it supposed to interact with `org-remember-store-without-prompt'? Thanks again!