Browse Source

Document more org-refile related variables in the docstring

Make it easier to find variables related to refiling by just reading
the docstring.
Bernt Hansen 16 years ago
parent
commit
d0b9701549
1 changed files with 3 additions and 1 deletions
  1. 3 1
      lisp/org.el

+ 3 - 1
lisp/org.el

@@ -8241,7 +8241,9 @@ below it are allowed.
 With prefix arg GOTO, the command will only visit the target location,
 With prefix arg GOTO, the command will only visit the target location,
 not actually move anything.
 not actually move anything.
 With a double prefix `C-u C-u', 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."
+operation has put the subtree.
+
+See also `org-refile-use-outline-path' and `org-completion-use-ido'"
   (interactive "P")
   (interactive "P")
   (let* ((cbuf (current-buffer))
   (let* ((cbuf (current-buffer))
 	 (regionp (org-region-active-p))
 	 (regionp (org-region-active-p))