From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Ufimtsev Subject: Re: refiling with helm Date: Thu, 5 Mar 2015 10:13:41 -0500 (EST) Message-ID: <8712959.16664733.1425568421162.JavaMail.zimbra@redhat.com> 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="----=_Part_16664732_1258949550.1425568421161" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTXT9-0001na-2U for emacs-orgmode@gnu.org; Thu, 05 Mar 2015 10:13:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTXT5-0007ZD-E2 for emacs-orgmode@gnu.org; Thu, 05 Mar 2015 10:13:47 -0500 Received: from mx4-phx2.redhat.com ([209.132.183.25]:56582) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTXT5-0007Yp-5T for emacs-orgmode@gnu.org; Thu, 05 Mar 2015 10:13:43 -0500 In-Reply-To: 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: Xebar Saram Cc: Kyle Meyer , org mode , "Stefan-W. Hahn" ------=_Part_16664732_1258949550.1425568421161 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hello Xebar, I had the same issue. I used the file-expand-wildcards function to make a list of all my org-mode files. The only thing is that I have to reload my .emacs when adding org files for refile to work properly. (setq myvar/org-dir "~/git/LeoUfimtsev.github.io/org/") (setq myvar/org-files (file-expand-wildcards (concat myvar/org-dir "*.org"))) ...customize..: '(org-refile-targets (quote ((org-agenda-files :maxlevel . 10) (nil :maxlevel . 10) (myvar/org-files :maxlevel . 10)))) Leo Ufimtsev | Intern Software Engineer @ Eclipse Team ----- Original Message ----- From: "Xebar Saram" To: "Stefan-W. Hahn" Cc: "Kyle Meyer" , "org mode" Sent: Thursday, March 5, 2015 12:50:29 AM Subject: Re: [O] refiling with helm 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 < 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 > > (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. ------=_Part_16664732_1258949550.1425568421161 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
Hello Xebar, 

I had the same issue. I used the file-expand-wildcards func= tion to make a list of all my org-mode files.

The = only thing is that I have to reload my .emacs when adding org files for ref= ile to work properly.

(setq myvar/org-dir "~/git/LeoUf= imtsev.github.io/org/")

(setq myvar/org-files (file-expand-wildcards (concat myvar/org-di= r "*.org")))

...customize..:

'(org-refile-targets(quote
((org-agenda-files :maxlevel . 10)
(nil :maxlevel . 10)
(m= yvar/org-files :maxlevel . 10))))



Leo Ufimtsev | = Intern Software Engineer @ Eclipse Team


From: "Xebar Saram" <zeltakc@gmail.com>
= To: "Stefan-W. Hahn" <stefan.hahn@s-hahn.de>
Cc: "Ky= le Meyer" <kyle@kyleam.com>, "org mode" <emacs-orgmode@gnu.org>=
Sent: Thursday, March 5, 2015 12:50:29 AM
Subject: Re:= [O] refiling with helm

thank you all, m= ost of the code here was overkill for me (im very un-technical :)) but i fo= und the last bit of code:
>     (setq org-outline-path-com= plete-in-steps nil)
>
>     (require 'helm)
> &= nbsp;   (require 'helm-config)
>     (helm-mode 1)
=

to work great for me

the only problem rema= ining 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 thi= s in my refile config:

(setq org-goto-max-level 10)
<= br>
also i have this in my config

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

wh= at am i missing here?

thx alot!

z
<= br>

On Wed, Mar 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
>
>     (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.


------=_Part_16664732_1258949550.1425568421161--