[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'.
- [elpa] scratch/org-contacts-rebased 44968ec 084/118: Make `org-make-tags-matcher' lexical binding friendly, (continued)
- [elpa] scratch/org-contacts-rebased 44968ec 084/118: Make `org-make-tags-matcher' lexical binding friendly, Stefan Monnier, 2021/11/12
- [elpa] scratch/org-contacts-rebased 034be20 093/118: org-contacts.el: Add new link type "contact:", Stefan Monnier, 2021/11/12
- [elpa] scratch/org-contacts-rebased 7161351 094/118: contrib/lisp/org-contacts.el: Add stardiviner as the maintainer, Stefan Monnier, 2021/11/12
- [elpa] scratch/org-contacts-rebased 3beb906 057/118: org-contacts: Use progress-reporter for cache update message, Stefan Monnier, 2021/11/12
- [elpa] scratch/org-contacts-rebased 0c439a4 102/118: org-contacts.el: Fix store link function does not return link., Stefan Monnier, 2021/11/12
- [elpa] scratch/org-contacts-rebased cf0668a 064/118: org-contacts: Provide ordering when using cycle completion, Stefan Monnier, 2021/11/12
- [elpa] scratch/org-contacts-rebased 8e07b36 082/118: contrib: move a few libraries to cl-lib in place of compile-time cl., Stefan Monnier, 2021/11/12
- [elpa] scratch/org-contacts-rebased 9a80cca 085/118: org-contacts: Register "tel" link, Stefan Monnier, 2021/11/12
- [elpa] scratch/org-contacts-rebased 3ed6376 086/118: org-agenda: Remove unnecessary visibility modification, Stefan Monnier, 2021/11/12
- [elpa] scratch/org-contacts-rebased 9f46067 088/118: Deprecate `org-no-warnings' in favor of `with-no-warnings', Stefan Monnier, 2021/11/12
- [elpa] scratch/org-contacts-rebased 8d0ca82 090/118: Update tel link definition,
Stefan Monnier <=
- [elpa] scratch/org-contacts-rebased 58ea7f2 095/118: org-contacts.el: Fix org-store-link error caused by org-contacts, Stefan Monnier, 2021/11/12
- [elpa] scratch/org-contacts-rebased dcbbc77 097/118: org-contacts.el: Inherit face from org-link, Stefan Monnier, 2021/11/12
- [elpa] scratch/org-contacts-rebased d1365ce 101/118: org-contacts.el: Use `bound-and-true-p' to check (unbound) var, Stefan Monnier, 2021/11/12
- [elpa] scratch/org-contacts-rebased 83f7226 103/118: Fix typo in 124cc7a1a, Stefan Monnier, 2021/11/12
- [elpa] scratch/org-contacts-rebased f81ebdc 105/118: Prefer HTTPS to HTTP for links to gnu.org, Stefan Monnier, 2021/11/12
- [elpa] scratch/org-contacts-rebased 50fff11 107/118: Don't use deprecated functions, Stefan Monnier, 2021/11/12
- [elpa] scratch/org-contacts-rebased ede6e73 108/118: Remove compatibility code, Stefan Monnier, 2021/11/12
- [elpa] scratch/org-contacts-rebased 3ad99fe 112/118: add README.org, Stefan Monnier, 2021/11/12
- [elpa] scratch/org-contacts-rebased c472159 113/118: Avoid *Org-Agenda* buffer use org-contacts-matcher in buffer-name, Stefan Monnier, 2021/11/12
- [elpa] scratch/org-contacts-rebased 7dd30d9 115/118: replace gnus-rescale-image with create-image property :height, Stefan Monnier, 2021/11/12