From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: [PATCH] Document more org-refile related variables in the docstring Date: Thu, 9 Apr 2009 17:19:31 -0400 Message-ID: <1239311972-3362-2-git-send-email-bernt@norang.ca> References: <1239311972-3362-1-git-send-email-bernt@norang.ca> Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ls1ft-0003n6-Oz for emacs-orgmode@gnu.org; Thu, 09 Apr 2009 17:20:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ls1fq-0003mJ-Tu for emacs-orgmode@gnu.org; Thu, 09 Apr 2009 17:20:41 -0400 Received: from [199.232.76.173] (port=53063 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ls1fq-0003mE-Ku for emacs-orgmode@gnu.org; Thu, 09 Apr 2009 17:20:38 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:51992) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ls1fq-0007OK-9V for emacs-orgmode@gnu.org; Thu, 09 Apr 2009 17:20:38 -0400 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1Ls1fp-000MoW-Gj for emacs-orgmode@gnu.org; Thu, 09 Apr 2009 21:20:37 +0000 In-Reply-To: <1239311972-3362-1-git-send-email-bernt@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: emacs-orgmode@gnu.org Cc: Bernt Hansen Make it easier to find variables related to refiling by just reading the docstring. --- I found it took a few minutes to look up these variables that change how org-refile works. I just added them to the docstring so next time I can find them faster :) lisp/org.el | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 249f843..1e8c706 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -8241,7 +8241,9 @@ below it are allowed. With prefix arg GOTO, the command will only visit the target location, not actually move anything. With a double prefix `C-u C-u', go to the location where the last refiling -operation has put the subtree." +operation has put the subtree. + +See also `org-refile-use-outline-path' and `org-completion-use-ido'" (interactive "P") (let* ((cbuf (current-buffer)) (regionp (org-region-active-p)) -- 1.6.2.2.485.ge37347