emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Refile is not using IDO


From: Vitalie Spinu
Subject: [O] Refile is not using IDO
Date: Tue, 02 Feb 2016 11:58:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Hi,

I cannot get IDO working with refile anymore. The following change seem to be
relevant:

 
@@ -12008,12 +11980,11 @@ this is used for the GOTO interface."
   (unless org-refile-target-table
     (user-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)
-                   'org-olpath-completing-read
-                 'org-icompleting-read))
+                   #'org-olpath-completing-read
+                 #'completing-read))
         (extra (if org-refile-use-outline-path "/" ""))
         (cbnex (concat (buffer-name) extra))
         (filename (and cfn (expand-file-name cfn)))


And presumably obsoleted ido completion. I don't see anything mentioned in
org-completion-use-ido, tough.

How do I activate ido with refile now?

Thanks,

  Vitalie

reply via email to

[Prev in Thread] Current Thread [Next in Thread]