[MlMt] org-mode and MailMate links
Robert Goldman
rpgoldman at sift.net
Wed Sep 20 11:53:24 EDT 2017
I couldn't find with Google a way to configure org-mode to open
MailMate's message links. Here's what I came up with; hoping it's
useful to someone:
```
(when (eq system-type 'darwin) ; I only run MailMate on Mac
(org-link-set-parameters "message"
:follow
'(lambda (path) (shell-command (format "open
-a MailMate 'message://%s'" path)))))
```
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20170920/a1b71b3c/attachment.html>
More information about the mailmate
mailing list