emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] refiling with helm


From: Stefan-W. Hahn
Subject: Re: [O] refiling with helm
Date: Sun, 1 Mar 2015 09:18:40 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

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.



reply via email to

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