emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Stefan-W. Hahn" <stefan.hahn@s-hahn.de>
To: Xebar Saram <zeltakc@gmail.com>
Cc: org mode <emacs-orgmode@gnu.org>
Subject: Re: refiling with helm
Date: Sun, 1 Mar 2015 09:13:26 +0100	[thread overview]
Message-ID: <20150301081326.GD22486@pille.home> (raw)
In-Reply-To: <CAOQHXPowzmUR=khJ_+HD=w_n_QYG8MEYpFRGirWHUb=R1YjY7Q@mail.gmail.com>

Mail von Xebar Saram, Sat, 28 Feb 2015 at 08:19:17 +0200:

Hello,

> I was wondering if anyone uses helm for refiling org capture data. and if
> so can anyone share his methods/setup?

I switched from ido to helm around last christmas and it is hard to retrain
my fingers and habbits...

Here is, what I'm doing with refiling with helm:

#+BEGIN_SRC elisp

  (defun helm-refile-completing-read (orig-func prompt collection &optional predicate require-match
                                                initial-input hist def inherit-input-method)
    "Completing function for org-refile"
    (helm-completing-read-default-1
     prompt collection predicate require-match
     initial-input hist def inherit-input-method
     "org-refile" nil t)
    )

  (advice-add 'org-olpath-completing-read :around #'helm-refile-completing-read)

#+END_SRC

With kind regards,
Stefan

-- 
Stefan-W. Hahn                          It is easy to make things.
                                        It is hard to make things simple.

  reply	other threads:[~2015-03-01  8:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-28  6:19 refiling with helm Xebar Saram
2015-03-01  8:13 ` Stefan-W. Hahn [this message]
2015-03-01  8:18   ` Stefan-W. Hahn
2015-03-01 16:17     ` Kyle Meyer
2015-03-04 14:54       ` Stefan-W. Hahn
2015-03-05  5:50         ` Xebar Saram
2015-03-05 15:13           ` Leo Ufimtsev
2015-03-06  2:17             ` Alexis
2015-03-01  8:53 ` Ian Barton
2015-03-02 17:28 ` Leo Ufimtsev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150301081326.GD22486@pille.home \
    --to=stefan.hahn@s-hahn.de \
    --cc=emacs-orgmode@gnu.org \
    --cc=zeltakc@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).