Prefer HTTPS to HTTP in most links
This commit is contained in:
parent
2f8b3f024c
commit
986a5b3280
1 changed files with 1 additions and 1 deletions
|
@ -976,7 +976,7 @@ address."
|
|||
(defun org-contacts-vcard-escape (str)
|
||||
"Escape ; , and \n in STR for the VCard format."
|
||||
;; Thanks to this library for the regexp:
|
||||
;; http://www.emacswiki.org/cgi-bin/wiki/bbdb-vcard-export.el
|
||||
;; https://www.emacswiki.org/cgi-bin/wiki/bbdb-vcard-export.el
|
||||
(when str
|
||||
(replace-regexp-in-string
|
||||
"\n" "\\\\n"
|
||||
|
|
Loading…
Reference in a new issue