emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] helm and org-refile


From: Eric Abrahamsen
Subject: Re: [O] helm and org-refile
Date: Fri, 20 Jun 2014 10:25:13 -0700
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux)

Sylvain Rousseau <address@hidden> 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
>                   initial-input hist def inherit-input-method)
>         (helm-comp-read prompt
>                         collection
>                         ;; the character \ is filtered out by default
> ;(
>                         :fc-transformer nil
>                         :test predicate
>                         :must-match require-match
>                         :initial-input initial-input
>                         :history hist
>                         :default def))
>    
>       (setq org-completion-handler 'org-helm-completion-handler))
>    

I finally got around to trying this, thanks very much! It seems to work
well, though you can't actually complete the headline text with C-z or
<right>, as you can with the helm-find-files interface. I'm also not
sure about relying on a patch which changes the org internals so much...

But it does work -- thanks!

Eric




reply via email to

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