From 4db9120c23953419f1cc1006c6e5b26be26ab929 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Fri, 20 Feb 2009 06:55:31 +0100 Subject: [PATCH] Refile: Turn off partial-completion-mode. Partial completion mode did mess up completion of refile targets. So we just force it off. --- lisp/org.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org.el b/lisp/org.el index 78f052807..27362d82d 100644 --- a/lisp/org.el +++ b/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)