emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Refile is not using IDO
@ 2016-02-02 10:58 Vitalie Spinu
  2016-02-02 11:04 ` Vitalie Spinu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Vitalie Spinu @ 2016-02-02 10:58 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 95 bytes --]


Hi,

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-diff, Size: 613 bytes --]

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


[-- Attachment #3: Type: text/plain, Size: 168 bytes --]



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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-02-17 20:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-02 10:58 Refile is not using IDO Vitalie Spinu
2016-02-02 11:04 ` Vitalie Spinu
2016-02-02 16:41 ` Nicolas Goaziou
2016-02-02 17:55   ` Vitalie Spinu
2016-02-02 21:36     ` Nicolas Goaziou
2016-02-17 20:05       ` Vitalie Spinu
2016-02-17 20:23 ` Samuel Wales

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).