From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: BUG org-remember doesn't always save location we stored the note Date: Fri, 14 Nov 2008 12:39:54 -0500 Message-ID: <87skpucil1.fsf@gollum.intra.norang.ca> References: <87wsf6cjz5.fsf@gollum.intra.norang.ca> 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 1L12eI-0007SC-9k for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 12:40:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L12eG-0007RJ-NX for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 12:40:01 -0500 Received: from [199.232.76.173] (port=43977 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L12eG-0007RG-JL for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 12:40:00 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:56427) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L12eG-0000xl-TM for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 12:40:01 -0500 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-02-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1L12eD-0007gl-NU for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 17:39:58 +0000 Received: from gollum.intra.norang.ca (gollum.intra.norang.ca [192.168.1.5]) by mail.norang.ca (8.13.8/8.13.8/Debian-3) with ESMTP id mAEHdspm028712 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 14 Nov 2008 12:39:55 -0500 Received: from gollum.intra.norang.ca (localhost [127.0.0.1]) by gollum.intra.norang.ca (8.14.3/8.14.3/Debian-5) with ESMTP id mAEHds4M008951 for ; Fri, 14 Nov 2008 12:39:54 -0500 In-Reply-To: <87wsf6cjz5.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Fri\, 14 Nov 2008 12\:09\:50 -0500") 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 Bernt Hansen writes: > I took at stab at fixing this but failed miserably :( > > I have C-M-r mapped to org-remember. > > When I start org-remember I occasionally want to store the note > somewhere else and I use > > ## C-1 C-c C-c to select file and header location interactively. > > After filing this note away it's hard to find again since C-u C-u C-M-r > goes to the previously stored remember note - not the one I just filed. It seems that C-1 C-c C-c is using org-refile to save the note so I can get to the note with C-u C-u C-c C-w. That just wasn't obvious to me. Maybe all this needs is some extra documentation? I think having C-u C-u M-x org-remember go to the note makes it easier to use though. I'll see if I can come up with a patch for this... -Bernt