branch: externals/org-contacts
commit a50ced61ef55c861d06e509ed536c3573bd77324
Author: Robert Klein <rokl...@roklein.de>
Commit: Nicolas Goaziou <m...@nicolasgoaziou.fr>

    Update tel link definition
    
    * contrib/lisp/org-contacts.el ("contacts"):
    
    Update to use org-link-set-parameters.
---
 org-contacts.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/org-contacts.el b/org-contacts.el
index 309b9b9639..2cadd1dace 100644
--- a/org-contacts.el
+++ b/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'.

Reply via email to