From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Bach Subject: Re: helm and org-refile Date: Mon, 23 Jun 2014 22:17:41 +0200 Message-ID: <53A88B65.7090508@gmail.com> References: <87r42nj0qf.fsf@ericabrahamsen.net> Reply-To: phaebz@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47300) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzAgd-000279-TI for emacs-orgmode@gnu.org; Mon, 23 Jun 2014 16:18:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzAgT-0006oF-KQ for emacs-orgmode@gnu.org; Mon, 23 Jun 2014 16:17:55 -0400 Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:48836) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzAgT-0006o0-Dc for emacs-orgmode@gnu.org; Mon, 23 Jun 2014 16:17:45 -0400 Received: by mail-wi0-f180.google.com with SMTP id hi2so4779783wib.1 for ; Mon, 23 Jun 2014 13:17:44 -0700 (PDT) In-Reply-To: <87r42nj0qf.fsf@ericabrahamsen.net> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Abrahamsen , emacs-orgmode@gnu.org On 6/17/14 12:20 PM, Eric Abrahamsen wrote: > Hi there, > > I just started using helm, with some ambivalence. Turning on helm mode > stompled all over my emacs, but for just that reason I suppose it might > be worth trading my ido muscle memory for helm muscle memory. > > Anyhoo... The only thing it doesn't work well with is org-refile and > friends. It can complete the filename, but not the subtree path. My > org-refile-use-outline-path is set to 'file. I found this: > > http://permalink.gmane.org/gmane.emacs.orgmode/70751 > > In the replies to that was a patch for making a 'helm option for org > refile, but my guess is that's well and truly out of date. Is anyone > using helm and org, and have a good solution for refiling? It's actually > preventing me from using refile and goto, at the moment... > Have a look at the variable `org-outline-path-complete-in-steps' and its documentation. Try setting it to nil.