>>>>> Alan Schmitt <alan.schm...@polytechnique.org> writes:

> Thanks a lot, that was most helpful. Here is what I ended up with, if it may
> help other people:

> (org-add-link-type "x-devonthink-item" 'org-devonthink-open)

> (defun org-devonthink-open (link)
>       "Open the devonthink link."
>               (start-process (concat "open " link) nil "open"
>                                                                        
> (concat "x-devonthink-item:" link)))

I created org-devonthink.el a long time ago:

    https://github.com/jwiegley/dot-emacs/blob/master/lisp/org-devonthink.el

John

Reply via email to