branch: externals-release/org
commit 9ca3bc37300b55cf0448e7c7c75fe4bf2d983e56
Author: Stefan Kangas <[email protected]>
Commit: Kyle Meyer <[email protected]>

    Backport commit 26fb4168b from Emacs
    
    ; Prefer HTTPS in more URLs
    26fb4168b884eeb910580c42e87efb73399019c9
    Stefan Kangas
    Thu Dec 9 16:26:04 2021 +0100
---
 lisp/org.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/org.el b/lisp/org.el
index 998da06..00bbc07 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -693,7 +693,7 @@ defined in org-duration.el.")
 If a description starts with <C>, the file is not part of Emacs and Org mode,
 so loading it will require that you have properly installed org-contrib
 package from NonGNU Emacs Lisp Package Archive
-http://elpa.nongnu.org/nongnu/org-contrib.html
+https://elpa.nongnu.org/nongnu/org-contrib.html
 
 You can also use this system to load external packages (i.e. neither Org
 core modules, nor org-contrib modules).  Just add symbols
@@ -773,7 +773,7 @@ For export specific modules, see also 
`org-export-backends'."
 If a description starts with <C>, the file is not part of Emacs and Org mode,
 so loading it will require that you have properly installed org-contrib
 package from NonGNU Emacs Lisp Package Archive
-http://elpa.nongnu.org/nongnu/org-contrib.html
+https://elpa.nongnu.org/nongnu/org-contrib.html
 
 Unlike to `org-modules', libraries in this list will not be
 loaded along with Org, but only once the export framework is

Reply via email to