Re: [O] helm and org-refile

2014-06-23 Thread Eric Abrahamsen
Michael Bach writes: > On 6/17/14 12:20 PM, Eric Abrahamsen wrote: >> Hi there, >> >> I just started using helm, with some ambivalence. Turning on helm mode >> stompled all over my emacs, but for just that reason I suppose it might >> be worth trading my ido muscle memory for helm muscle memory.

Re: [O] helm and org-refile

2014-06-23 Thread Michael Bach
On 6/17/14 12:20 PM, Eric Abrahamsen wrote: > Hi there, > > I just started using helm, with some ambivalence. Turning on helm mode > stompled all over my emacs, but for just that reason I suppose it might > be worth trading my ido muscle memory for helm muscle memory. > > Anyhoo... The only thing

Re: [O] helm and org-refile

2014-06-20 Thread Eric Abrahamsen
Sylvain Rousseau writes: > Here is the updated patch and config from my .emacs > >     (when (and (boundp 'org-completion-handler) >    (require 'helm nil t)) >   (defun org-helm-completion-handler >   (prompt collection &optional predicate require-match >

Re: [O] helm and org-refile

2014-06-18 Thread Sylvain Rousseau
Here is the updated patch and config from my .emacs (when (and (boundp 'org-completion-handler) (require 'helm nil t)) (defun org-helm-completion-handler (prompt collection &optional predicate require-match initial-input hist def inherit-input-m

Re: [O] helm and org-refile

2014-06-17 Thread Eric Abrahamsen
Thorsten Jolitz writes: > Eric Abrahamsen writes: > > Hi > >> I just started using helm, with some ambivalence. Turning on helm mode >> stompled all over my emacs, but for just that reason I suppose it might >> be worth trading my ido muscle memory for helm muscle memory. > > helm is truly amazi

Re: [O] helm and org-refile

2014-06-17 Thread Thorsten Jolitz
Eric Abrahamsen writes: Hi > I just started using helm, with some ambivalence. Turning on helm mode > stompled all over my emacs, but for just that reason I suppose it might > be worth trading my ido muscle memory for helm muscle memory. helm is truly amazing and impressive, and I did not even

[O] helm and org-refile

2014-06-17 Thread Eric Abrahamsen
Hi there, I just started using helm, with some ambivalence. Turning on helm mode stompled all over my emacs, but for just that reason I suppose it might be worth trading my ido muscle memory for helm muscle memory. Anyhoo... The only thing it doesn't work well with is org-refile and friends. It c