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:
parent
7a5311543d
commit
4db9120c23
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue