emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] [PATCH] Document more org-refile related variables in the docs


From: Bernt Hansen
Subject: [Orgmode] [PATCH] Document more org-refile related variables in the docstring
Date: Thu, 9 Apr 2009 17:19:31 -0400

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]