From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] Fix grammer and incorrect key documentation for org-refile Date: Thu, 7 Feb 2008 08:11:12 +0100 Message-ID: References: <87ir11a4ch.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JN25p-0003BL-9u for emacs-orgmode@gnu.org; Thu, 07 Feb 2008 03:26:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JN25n-0003B0-T0 for emacs-orgmode@gnu.org; Thu, 07 Feb 2008 03:26:48 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JN25n-0003Ax-PE for emacs-orgmode@gnu.org; Thu, 07 Feb 2008 03:26:47 -0500 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JN25n-0008Gc-54 for emacs-orgmode@gnu.org; Thu, 07 Feb 2008 03:26:47 -0500 Received: from ug-out-1314.google.com ([66.249.92.174]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JN25l-0003jX-Pe for emacs-orgmode@gnu.org; Thu, 07 Feb 2008 03:26:46 -0500 Received: by ug-out-1314.google.com with SMTP id a2so652051ugf.48 for ; Thu, 07 Feb 2008 00:26:43 -0800 (PST) In-Reply-To: <87ir11a4ch.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org You are right, this is fixed now. Thanks. - Carsten On Feb 7, 2008, at 3:27 AM, Bernt Hansen wrote: > Documentation fixes to clarify the use of org-refile. > --- > > I came across the following documentation today which I believe is > incorrect. Here's a patch in case it's useful. Thanks again for a > great tool! > > org.el | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/org.el b/org.el > index 8fffb80..c73218b 100644 > --- a/org.el > +++ b/org.el > @@ -14016,9 +14016,9 @@ At the target location, the entry is filed > as a subitem of the target heading. > Depending on `org-reverse-note-order', the new subitem will either > be the > first of the last subitem. > > -With prefix are GOTO, the command will only visit the target > location, > +With prefix argument GOTO, the command will only visit the target > location, > not actually move anything. > -With a double prefix `C-c C-c', go to the location where the last > refiling > +With a double prefix `C-u C-u', go to the location where the last > refiling > operation has put the subtree. > > With a double prefix argument, the command can be used to jump to any > -- > 1.5.4.23.gef5b9 > > > > > _______________________________________________ > 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