Update tel link definition
* contrib/lisp/org-contacts.el ("contacts"): Update to use org-link-set-parameters.
This commit is contained in:
parent
f07048b75d
commit
a50ced61ef
1 changed files with 1 additions and 2 deletions
|
@ -1107,8 +1107,7 @@ link string and return the pure link target."
|
||||||
|
|
||||||
;; Add the link type supported by org-contacts-strip-link
|
;; Add the link type supported by org-contacts-strip-link
|
||||||
;; so everything is in order for its use in Org files
|
;; 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)
|
(defun org-contacts-split-property (string &optional separators omit-nulls)
|
||||||
"Custom version of `split-string'.
|
"Custom version of `split-string'.
|
||||||
|
|
Loading…
Reference in a new issue