From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xebar Saram Subject: Re: refiling with helm Date: Thu, 5 Mar 2015 07:50:29 +0200 Message-ID: References: <20150301081326.GD22486@pille.home> <20150301081840.GE22486@pille.home> <87385ozo7o.fsf@kmlap.domain.org> <20150304145415.GC12810@scotty.home> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b6dc0ac37afe20510842515 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38441) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTOg4-0007k7-Qb for emacs-orgmode@gnu.org; Thu, 05 Mar 2015 00:50:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTOg3-0002VT-Q8 for emacs-orgmode@gnu.org; Thu, 05 Mar 2015 00:50:32 -0500 Received: from mail-pd0-x22b.google.com ([2607:f8b0:400e:c02::22b]:37029) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTOg3-0002VD-Dv for emacs-orgmode@gnu.org; Thu, 05 Mar 2015 00:50:31 -0500 Received: by pdbnh10 with SMTP id nh10so37735521pdb.4 for ; Wed, 04 Mar 2015 21:50:29 -0800 (PST) In-Reply-To: <20150304145415.GC12810@scotty.home> 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: "Stefan-W. Hahn" Cc: Kyle Meyer , org mode --047d7b6dc0ac37afe20510842515 Content-Type: text/plain; charset=UTF-8 thank you all, most of the code here was overkill for me (im very un-technical :)) but i found the last bit of code: > (setq org-outline-path-complete-in-steps nil) > > (require 'helm) > (require 'helm-config) > (helm-mode 1) to work great for me the only problem remaining is that it seems it does not give me refile option for all my agenda files just a few (which i cant understand why it chooses these). i have this in my refile config: (setq org-goto-max-level 10) also i have this in my config (setq org-agenda-files '("~/org/files/agenda/")) what am i missing here? thx alot! z On Wed, Mar 4, 2015 at 4:54 PM, Stefan-W. Hahn wrote: > Mail von Kyle Meyer, Sun, 01 Mar 2015 at 11:17:47 -0500: > > "Stefan-W. Hahn" wrote: > > > So, given the default values, I think the only setup needed to get > > generic helm completion is > > > > (setq org-outline-path-complete-in-steps nil) > > > > (require 'helm) > > (require 'helm-config) > > (helm-mode 1) > > Yes, you are right. I tested it and it worked. > > Thanks > Stefan > > -- > Stefan-W. Hahn It is easy to make things. > It is hard to make things simple. > --047d7b6dc0ac37afe20510842515 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
thank you all, most of the code here was overkill for me (= im very un-technical :)) but i found the last bit of code:
> =C2=A0 = =C2=A0 (setq org-outline-path-complete-in-steps nil)
>
> =C2=A0= =C2=A0 (require 'helm)
> =C2=A0 =C2=A0 (require 'helm-config= )
> =C2=A0 =C2=A0 (helm-mode 1)

to work great for me

th= e only problem remaining is that it seems it does not give me refile option= for all my agenda files just a few (which i cant understand why it chooses= these). i have this in my refile config:

(setq org-goto-max-level 1= 0)

also i have this in my config

(setq org-agenda-files '("~/org/files/agenda/"))
=

what am i missing here?

thx al= ot!

z



On Wed, Ma= r 4, 2015 at 4:54 PM, Stefan-W. Hahn <stefan.hahn@s-hahn.de> wrote:
Mail von Kyle Meyer, Sun, 01 = Mar 2015 at 11:17:47 -0500:
> "Stefan-W. Hahn" <stefan.hahn@s-hahn.de> wrote:

> So, given the default values, I think the only setup needed to get
> generic helm completion is
>
>=C2=A0 =C2=A0 =C2=A0(setq org-outline-path-complete-in-steps nil)
>
>=C2=A0 =C2=A0 =C2=A0(require 'helm)
>=C2=A0 =C2=A0 =C2=A0(require 'helm-config)
>=C2=A0 =C2=A0 =C2=A0(helm-mode 1)

Yes, you are right. I tested it and it worked.

Thanks
Stefan

--
Stefan-W. Hahn=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 It is easy to make things.
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 It is ha= rd to make things simple.

--047d7b6dc0ac37afe20510842515--