فهرست منبع

Refile: Turn off partial-completion-mode.

Partial completion mode did mess up completion of refile targets.  So
we just force it off.
Carsten Dominik 17 سال پیش
والد
کامیت
4db9120c23
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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)