emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] refiling with helm


From: Xebar Saram
Subject: Re: [O] refiling with helm
Date: Thu, 5 Mar 2015 07:50:29 +0200

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 <address@hidden> wrote:
Mail von Kyle Meyer, Sun, 01 Mar 2015 at 11:17:47 -0500:
> "Stefan-W. Hahn" <address@hidden> 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.


reply via email to

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