Better handling for "mailto" links
commitb9f2e17f07faf01109fc6f7f1eb5a34e0f97eafb
authorNicolas Goaziou <n.goaziou@gmail.com>
Thu, 17 Apr 2014 19:44:50 +0000 (17 21:44 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Thu, 17 Apr 2014 19:44:50 +0000 (17 21:44 +0200)
tree0ba62f5ade266d07c3664705edb037dd3679e513
parent2b2b2c5c99753cf71309ae8a82be915875ad5186
Better handling for "mailto" links

* lisp/org.el (org-link-mailto-program): Remove variable.
(org-open-at-point): Delegate "mailto" links handling to `browse-url'
and `browse-url-mailto-function'.

This patch allows to use regular URI syntax and deprecates old Org
specific syntax: mailto:user@domain::Title.

http://permalink.gmane.org/gmane.emacs.orgmode/85007
lisp/org.el