From d738c6849bfd52b6773da4949042ff3460e9a7b2 Mon Sep 17 00:00:00 2001 From: Robert Klein Date: Mon, 8 Aug 2016 03:24:23 +0200 Subject: [PATCH] Update tel link definition * contrib/lisp/org-contacts.el ("contacts"): Update to use org-link-set-parameters. --- contrib/lisp/org-contacts.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/lisp/org-contacts.el b/contrib/lisp/org-contacts.el index 309b9b963..2cadd1dac 100644 --- a/contrib/lisp/org-contacts.el +++ b/contrib/lisp/org-contacts.el @@ -1107,8 +1107,7 @@ link string and return the pure link target." ;; Add the link type supported by org-contacts-strip-link ;; so everything is in order for its use in Org files -(org-add-link-type "tel") - +(org-link-set-parameters "tel") (defun org-contacts-split-property (string &optional separators omit-nulls) "Custom version of `split-string'.