From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Stefan-W. Hahn" Subject: Re: refiling with helm Date: Sun, 1 Mar 2015 09:18:40 +0100 Message-ID: <20150301081840.GE22486@pille.home> References: <20150301081326.GD22486@pille.home> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47572) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRz5N-0008En-So for emacs-orgmode@gnu.org; Sun, 01 Mar 2015 03:18:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRz5H-00062I-Q2 for emacs-orgmode@gnu.org; Sun, 01 Mar 2015 03:18:49 -0500 Received: from mout.kundenserver.de ([212.227.17.24]:54951) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRz5H-00062C-GQ for emacs-orgmode@gnu.org; Sun, 01 Mar 2015 03:18:43 -0500 Content-Disposition: inline In-Reply-To: <20150301081326.GD22486@pille.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: Xebar Saram Cc: org mode Mail von Stefan-W. Hahn, Sun, 01 Mar 2015 at 09:13:26 +0100: Hello, sorry, on addition: > > #+BEGIN_SRC elisp (setq org-completion-use-ido nil org-completion-use-iswitchb nil org-refile-use-outline-path nil org-completion-handler nil) > > (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.