Browse Source

Refile: Turn off partial-completion-mode.

Partial completion mode did mess up completion of refile targets.  So
we just force it off.
Carsten Dominik 16 years ago
parent
commit
4db9120c23
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/org.el

+ 1 - 0
lisp/org.el

@@ -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)