branch: scratch/org-contacts-rebased commit 7b87e73b0b9a8859e7786ed55253b3530e87dd63 Author: Stefan Kangas <ste...@marxist.se> Commit: Kyle Meyer <k...@kyleam.com>
Prefer HTTPS to HTTP in most links --- org-contacts.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-contacts.el b/org-contacts.el index 3a30cef..57368e9 100644 --- a/org-contacts.el +++ b/org-contacts.el @@ -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"