Refile: Turn off partial-completion-mode.

Partial completion mode did mess up completion of refile targets.  So
we just force it off.
This commit is contained in:
Carsten Dominik 2009-02-20 06:55:31 +01:00
parent 7a5311543d
commit 4db9120c23
1 changed files with 1 additions and 0 deletions

View File

@ -8019,6 +8019,7 @@ operation has put the subtree."
(unless org-refile-target-table
(error "No refile targets"))
(let* ((cbuf (current-buffer))
(partial-completion-mode nil)
(cfn (buffer-file-name (buffer-base-buffer cbuf)))
(cfunc (if (and org-refile-use-outline-path
org-outline-path-complete-in-steps)