emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] scratch/org-contacts-rebased 8d0ca82 090/118: Update tel link def


From: Stefan Monnier
Subject: [elpa] scratch/org-contacts-rebased 8d0ca82 090/118: Update tel link definition
Date: Fri, 12 Nov 2021 15:37:10 -0500 (EST)

branch: scratch/org-contacts-rebased
commit 8d0ca82a2da7c0c73309f0952c1d5a3478e2fbef
Author: Robert Klein <roklein@roklein.de>
Commit: Nicolas Goaziou <mail@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 309b9b9..2cadd1d 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

[Prev in Thread] Current Thread [Next in Thread]