summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernt Hansen <bernt@norang.ca>2009-04-09 16:47:38 -0400
committerCarsten Dominik <carsten.dominik@gmail.com>2009-04-10 10:26:44 +0200
commitd0b97015494908053a88bafa416e0dc24f28ca64 (patch)
tree55f297feaf30a5977d634aa4d2c09ef626f12bec
parent7be532086662b6380c781012a76cc6e22b85c8b3 (diff)
downloadorg-mode-d0b97015494908053a88bafa416e0dc24f28ca64.tar.gz
Document more org-refile related variables in the docstring
Make it easier to find variables related to refiling by just reading the docstring.
-rw-r--r--lisp/org.el4
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))