diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-12-09 16:22:17 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-12-09 16:26:04 +0100 |
commit | 26fb4168b884eeb910580c42e87efb73399019c9 (patch) | |
tree | b7148d957ca664753a9cdfd4f8efa0a35b74a2ac /lisp/org | |
parent | 6b8957852476e4ba31873424aa8f81d9e55bc34c (diff) | |
download | emacs-26fb4168b884eeb910580c42e87efb73399019c9.tar.gz emacs-26fb4168b884eeb910580c42e87efb73399019c9.tar.bz2 emacs-26fb4168b884eeb910580c42e87efb73399019c9.zip |
; Prefer HTTPS in more URLs
Diffstat (limited to 'lisp/org')
-rw-r--r-- | lisp/org/org.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/org.el b/lisp/org/org.el index 1a137546192..df79d57f2c6 100644 --- a/lisp/org/org.el +++ b/lisp/org/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 |