From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: visiting the last node filed from Remember buffer Date: Thu, 10 Jun 2010 08:19:47 -0400 Message-ID: <87631r5bbw.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=52357 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMgcL-0005DJ-58 for Emacs-orgmode@gnu.org; Thu, 10 Jun 2010 08:12:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMgcJ-0003oK-E2 for Emacs-orgmode@gnu.org; Thu, 10 Jun 2010 08:12:17 -0400 Received: from out5.smtp.messagingengine.com ([66.111.4.29]:44523) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMgcJ-0003nr-BG for Emacs-orgmode@gnu.org; Thu, 10 Jun 2010 08:12:15 -0400 In-Reply-To: (Ken Olstad's message of "Thu, 10 Jun 2010 05:00:30 -0700") 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: Ken Olstad Cc: Emacs-orgmode@gnu.org "Ken Olstad" writes: > I have a question below, but first I want to say thanks, to Carsten of > course for org-mode, but also to all of you who contribute the great > tips and help on this forum. > > Often, shortly after I=E2=80=99ve stored a quick note using Remember, I g= o back > to the note where it=E2=80=99s been stored and add to it. Is there a > convenient way to go to that note, i.e. to the location where Remember > most recently stored a note, much as org-refile with two C-u prefixes > (C-u C-u C-c C-w) takes me to the destination of the last org-refile? M-x org-remember-goto-last-stored If you'd like to see all the functions related to an org feature (such as org-remember), you can use apropos: C-h a org remember [RET] This is convenient ways to browse all the tools at your disposal. Best, Matt