emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* version dependent org-links
@ 2016-11-04 12:33 John Kitchin
  0 siblings, 0 replies; only message in thread
From: John Kitchin @ 2016-11-04 12:33 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

@neurolit suggested this approach for org-version dependent links in the
mu4e repo. I should have thought of that too! Its totally robust.

(if (fboundp 'org-link-set-parameters)
    (org-link-set-parameters "mu4e"
                 :follow #'org-mu4e-open
                 :store #'org-mu4e-store-link)
  (org-add-link-type "mu4e" 'org-mu4e-open)
  (add-hook 'org-store-link-functions 'org-mu4e-store-link))
  
-- 
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-04 12:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-04 12:33 version dependent org-links John Kitchin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).