org-mac-link.el: Fix malformed message links
commitc6c1a05894e6fb1698d1a12bb2dc6a47874169f6
authorAlan Schmitt <alan.schmitt@polytechnique.org>
Thu, 9 Oct 2014 12:12:05 +0000 (9 14:12 +0200)
committerAlan Schmitt <alan.schmitt@polytechnique.org>
Thu, 9 Oct 2014 12:12:05 +0000 (9 14:12 +0200)
tree006dceef8af703c13aff210af03d81b3ad1ae07c
parent0a720605d96b40e777bc13addca65838f4c53ac5
org-mac-link.el: Fix malformed message links

* contrib/lisp/org-mac-link.el (org-mac-message-get-links): Fix and use the `org-mac-paste-applescript-links' helper.

The existing code inserted links which should have been "[[message:ABC][the subject]]"
as "[[essage:ABC][the subjec]]".

Based on a patch by Steve Purcell <steve@sanityinc.com>.
contrib/lisp/org-mac-link.el