From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dominik, C." Subject: RE: automatically jumping to stored note location Date: Wed, 11 Jun 2008 07:16:21 +0200 Message-ID: <9592BB6CDB1CEB48826BE86ACD71FA996ABF8A@kwik.ic.uva.nl> References: <20071230112259.GB20947@atlantic.linksys.moosehall><20071230112259.GB20947@atlantic.linksys.moosehall><20080103124801.GF18716@atlantic.linksys.moosehall> <20080530122146.GA9520@atlantic.linksys.moosehall> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1754860298==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K6Iho-000356-KT for emacs-orgmode@gnu.org; Wed, 11 Jun 2008 01:17:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K6Ihn-00034u-3i for emacs-orgmode@gnu.org; Wed, 11 Jun 2008 01:17:07 -0400 Received: from [199.232.76.173] (port=58581 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6Ihm-00034r-Lm for emacs-orgmode@gnu.org; Wed, 11 Jun 2008 01:17:06 -0400 Received: from kwik.ic.uva.nl ([146.50.98.168]:12260) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K6Ihm-0000aj-PS for emacs-orgmode@gnu.org; Wed, 11 Jun 2008 01:17:07 -0400 Content-class: urn:content-classes:message 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: Adam Spiers , emacs-orgmode@gnu.org This is a multi-part message in MIME format. --===============1754860298== Content-class: urn:content-classes:message Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C8CB82.61C43725" This is a multi-part message in MIME format. ------_=_NextPart_001_01C8CB82.61C43725 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Adam, I have now implemented this feature, exactly as ordered :-), with %&. HTH - Carsten -----Original Message----- From: emacs-orgmode-bounces+dominik=3Dscience.uva.nl@gnu.org on behalf = of Adam Spiers Sent: Fri 5/30/2008 2:21 PM To: emacs-orgmode@gnu.org Subject: [Orgmode] automatically jumping to stored note location =20 On Thu, Jan 03, 2008 at 12:48:01PM +0000, Adam Spiers wrote: > 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. > >=20 > > We do, this is from the 5.14 release notes: > >=20 > > 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". >=20 > 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. >=20 > Additionally it would provide a workaround to the problems described > here: >=20 > http://thread.gmane.org/gmane.emacs.orgmode/4692 >=20 > 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. Any more thoughts on this one? I would have thought it would be very easy to implement, and it would be a huge help in streamlining my workflow (and hopefully other people's too). Additionally, is it possible to set up a template so that it will always insert at the very top of a particular file? Thanks! _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode ------_=_NextPart_001_01C8CB82.61C43725 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: [Orgmode] automatically jumping to stored note = location

Hi Adam,

I have now implemented this feature, exactly as ordered :-),
with %&.

HTH

- Carsten

-----Original Message-----
From: emacs-orgmode-bounces+dominik=3Dscience.uva.nl@gnu.org on behalf = of Adam Spiers
Sent: Fri 5/30/2008 2:21 PM
To: emacs-orgmode@gnu.org
Subject: [Orgmode] automatically jumping to stored note location

On Thu, Jan 03, 2008 at 12:48:01PM +0000, Adam Spiers wrote:
> 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.g= mane.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.

Any more thoughts on this one?  I would have thought it would be = very
easy to implement, and it would be a huge help in streamlining my
workflow (and hopefully other people's too).

Additionally, is it possible to set up a template so that it will
always insert at the very top of a particular file?

Thanks!


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists= .gnu.org/mailman/listinfo/emacs-orgmode

------_=_NextPart_001_01C8CB82.61C43725-- --===============1754860298== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1754860298==--