From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Ufimtsev Subject: Re: refiling with helm Date: Mon, 2 Mar 2015 12:28:57 -0500 (EST) Message-ID: <328930651.13720433.1425317337617.JavaMail.zimbra@redhat.com> References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_13720432_1712818898.1425317337616" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSU9R-0005aa-LY for emacs-orgmode@gnu.org; Mon, 02 Mar 2015 12:29:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSU9N-0001ze-B7 for emacs-orgmode@gnu.org; Mon, 02 Mar 2015 12:29:05 -0500 Received: from mx4-phx2.redhat.com ([209.132.183.25]:37155) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSU9N-0001yU-4E for emacs-orgmode@gnu.org; Mon, 02 Mar 2015 12:29:01 -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: org mode ------=_Part_13720432_1712818898.1425317337616 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit I found that changing the default refiling targets made refiling useful for me. By default, only first level headings show up. I have a customized config so that all my org files show up: (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)))) My notes are somewhat cryptic, but here is a link if of use: http://leoufimtsev.github.io./org/emacs.html#sec-14-16-3 Leo Ufimtsev | Intern Software Engineer @ Eclipse Team ----- Original Message ----- From: "Xebar Saram" To: "org mode" Sent: Saturday, February 28, 2015 1:19:17 AM Subject: [O] refiling with helm Hi guys I was wondering if anyone uses helm for refiling org capture data. and if so can anyone share his methods/setup? googling for it didnt yield to many results (especially for people like me who dont know to code :)) thx Z ------=_Part_13720432_1712818898.1425317337616 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
I found that changing the defaul= t refiling targets made refiling useful for me. 

By default, only first level headings show up. 

=
I have a customized config so that all my org files show up:

(setq myvar/org-dir "~/git/LeoUfimtsev.github.io/org/")

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

...customiz= e..:

'(= org-refile-targets
(quote
((org-agenda-files :maxlevel . 10)
(n= il :maxlevel . 10)
(myvar/org-files :maxlevel . 10))))



My notes are somewhat cryptic, but here is a lin= k if of use:

h= ttp://leoufimtsev.github.io./org/emacs.html#sec-14-16-3



Leo Ufimtsev | Intern Software Engineer @ Eclipse = Team


From: "Xe= bar Saram" <zeltakc@gmail.com>
To: "org mode" <emacs-org= mode@gnu.org>
Sent: Saturday, February 28, 2015 1:19:17 AM
= Subject: [O] refiling with helm

H= i guys

I was wondering if anyone uses helm for refiling = org capture data. and if so can anyone share his methods/setup?
<= br>
googling for it didnt yield to many results (especially for p= eople like me who dont know to code :))

thx
<= div>
Z

------=_Part_13720432_1712818898.1425317337616--