From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: Re: Org-mode version 5.17 Date: Thu, 3 Jan 2008 12:48:01 +0000 Message-ID: <20080103124801.GF18716@atlantic.linksys.moosehall> References: <20071230112259.GB20947@atlantic.linksys.moosehall> <20071230112259.GB20947@atlantic.linksys.moosehall> 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 1JAPUZ-0003rW-4G for emacs-orgmode@gnu.org; Thu, 03 Jan 2008 07:48:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JAPUY-0003qZ-KT for emacs-orgmode@gnu.org; Thu, 03 Jan 2008 07:48:10 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAPUY-0003qN-9U for emacs-orgmode@gnu.org; Thu, 03 Jan 2008 07:48:10 -0500 Received: from mail.beimborn.com ([70.84.38.100]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JAPUX-0001J4-GT for emacs-orgmode@gnu.org; Thu, 03 Jan 2008 07:48:10 -0500 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 m03Cm2iN025724 for ; Thu, 3 Jan 2008 06:48:02 -0600 Received: from localhost (localhost [[UNIX: localhost]]) by mail.beimborn.com (8.12.11.20060308/8.12.11/Submit) id m03Cm25Y025719 for emacs-orgmode@gnu.org; Thu, 3 Jan 2008 12:48:02 GMT Content-Disposition: inline In-Reply-To: <20071230112259.GB20947@atlantic.linksys.moosehall> 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 Thu, Jan 03, 2008 at 10:01:37AM +0100, Carsten Dominik wrote: > On Dec 30, 2007, at 12:22 PM, Adam Spiers wrote: > >On Thu, Dec 20, 2007 at 07:28:42AM +0100, Carsten Dominik wrote: > >> - The new command `org-remember-goto-last-stored' will jump > >> to the location of the remember note stored most recently. > >> If you have `org-remember' on a key like `C-c r', then you > >> can go to the location with a double prefix arg: `C-u C-u > >> C-c r'. This was a proposal by Rainer Stengele. > > > >This is also great - it would be *even* better if we also had the > >per-template option of automatically jumping there. > > We do, this is from the 5.14 release notes: > > You can now use a C-u prefix on `org-remember' to jump to the > location where a specific templates stores its notes. For > example, if you have `org-remember' bound to `C-c r', then `C-u > C-c r n' will get you to the file and headline given in the > template associated with the letter "n". Sorry, I should have been clearer. I'm aware of that functionality, but for some templates, I really want it to *automatically* jump to where the note has been stored *immediately* after storing has happened, rather than requiring extra keystrokes. This is because for some templates, I will *always* want to review the new note in its final context. That's why I suggested implementing it by reusing the really nice idea you had of defining %! within a template to mean "don't prompt me" - similarly you could have %& or some other sequence to mean "jump straight to the destination". And in some cases, a combination of both ("%!%&") will be very effective. Additionally it would provide a workaround to the problems described here: http://thread.gmane.org/gmane.emacs.orgmode/4692 since if the new item is immediately moved to its final context, keywords/tags/priorities etc. can be set there rather than from within the *Remember* buffer. Thanks!