Variable: org-outline-path-complete-in-steps
org-outline-path-complete-in-steps is a customizable variable defined
in org-refile.el.gz.
Value
t
Documentation
Non-nil means complete the outline path in hierarchical steps.
When Org uses the refile interface to select an outline path (see
org-refile-use-outline-path), the completion of the path can be
done in a single go, or it can be done in steps down the headline
hierarchy. Going in steps is probably the best if you do not use
a special completion package like ido or icicles. However,
when using these packages, going in one step can be very fast,
while still showing the whole path to the entry.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-refile.el.gz
(defcustom org-outline-path-complete-in-steps t
"Non-nil means complete the outline path in hierarchical steps.
When Org uses the refile interface to select an outline path (see
`org-refile-use-outline-path'), the completion of the path can be
done in a single go, or it can be done in steps down the headline
hierarchy. Going in steps is probably the best if you do not use
a special completion package like `ido' or `icicles'. However,
when using these packages, going in one step can be very fast,
while still showing the whole path to the entry."
:group 'org-refile
:type 'boolean)