emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] DevonThink links in org mode?


From: John Wiegley
Subject: Re: [O] DevonThink links in org mode?
Date: Mon, 16 Jul 2012 13:22:12 -0500
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1 (darwin)

>>>>> Alan Schmitt <address@hidden> 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

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