From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Dunsmore Subject: Refile with ido matching only beginning of header Date: Sat, 24 Jun 2017 15:23:11 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="94eb2c0bdda2a591630552ba7c2c" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dOraN-0003Vc-W9 for emacs-orgmode@gnu.org; Sat, 24 Jun 2017 16:23:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dOraN-0004wk-3O for emacs-orgmode@gnu.org; Sat, 24 Jun 2017 16:23:15 -0400 Received: from mail-pf0-x22e.google.com ([2607:f8b0:400e:c00::22e]:35486) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dOraM-0004q2-UQ for emacs-orgmode@gnu.org; Sat, 24 Jun 2017 16:23:15 -0400 Received: by mail-pf0-x22e.google.com with SMTP id c73so37772540pfk.2 for ; Sat, 24 Jun 2017 13:23:13 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Org Mode --94eb2c0bdda2a591630552ba7c2c Content-Type: text/plain; charset="UTF-8" Hello, I used to be able to match any part of the header when refiling using the ido interface, but now it only matches the very beginning of the header text. For example, if I have a file like: * Foo bar * Baz Then visit Baz and type "C-c C-w bar" there are no matches. I've fiddled with several ido and related org-* variables to no avail. Here's what I currently have: (setq ido-enable-flex-matching t) (setq ido-everywhere t) (ido-mode 1) (setq org-completion-use-ido t) (setq org-refile-use-outline-path nil) (setq org-outline-path-complete-in-steps nil) I'm using Org 9.0.9. Any idea how I can configure Org refile with ido to match any part of the header? Thanks, Jason --94eb2c0bdda2a591630552ba7c2c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

I used to be able to match any p= art of the header when refiling using the ido interface, but now it only ma= tches the very beginning of the header text.

For e= xample, if I have a file like:

* Foo bar
* Baz

Then visit Baz and type "C-c C-w bar&q= uot; there are no matches.

I've fiddled with s= everal ido and related org-* variables to no avail.=C2=A0 Here's what I= currently have:

(setq ido-enable-flex-matching t)=
(setq ido-everywhere t)
(ido-mode 1)
(setq o= rg-completion-use-ido t)
(setq org-refile-use-outline-pa= th nil)
(setq org-outline-path-complete-in-steps nil)
=

I'm using Org 9.0.9.

Any i= dea how I can configure Org refile with ido to match any part of the header= ?

Thanks,
Jason
--94eb2c0bdda2a591630552ba7c2c--