Re: [PATCH] Prefer HTTPS to HTTP for links to gnu.org

2021-03-21 Thread Kyle Meyer
Stefan Kangas writes:

> Thanks.  Here's a followup patch that converts most remaining http-links
> to https.  All of them have been manually tested to avoid breakage.

Great, thank you.  Pushed (2e1c98415).



Re: [PATCH] Prefer HTTPS to HTTP for links to gnu.org

2021-03-21 Thread Stefan Kangas
Kyle Meyer  writes:

> Pushed (8cc992f7b).

Thanks.  Here's a followup patch that converts most remaining http-links
to https.  All of them have been manually tested to avoid breakage.
From 0f5a6cd7dcd540daf529a23da6a59a31f2723e87 Mon Sep 17 00:00:00 2001
From: Stefan Kangas 
Date: Sun, 21 Mar 2021 19:55:14 +0100
Subject: [PATCH] Prefer HTTPS to HTTP in most links

---
 COPYING  |   2 +-
 README_ELPA  |   2 +-
 contrib/lisp/ob-eukleides.el |   2 +-
 contrib/lisp/ob-smiles.el|   2 +-
 contrib/lisp/ob-spice.el |   4 +-
 contrib/lisp/ob-stata.el |   4 +-
 contrib/lisp/ol-wl.el|   2 +-
 contrib/lisp/org-contacts.el |   2 +-
 contrib/lisp/org-eldoc.el|   2 +-
 contrib/lisp/org-learn.el|   4 +-
 contrib/lisp/org-license.el  | 164 +++
 contrib/lisp/ox-bibtex.el|   4 +-
 contrib/lisp/ox-rss.el   |   4 +-
 contrib/lisp/ox-s5.el|   2 +-
 contrib/lisp/ox-taskjuggler.el   |   2 +-
 contrib/scripts/org-docco.org|   2 +-
 contrib/scripts/org2hpda |   2 +-
 contrib/scripts/staticmathjax/README.org |   2 +-
 doc/fdl.org  |   2 +-
 doc/org-manual.org   |  20 +--
 doc/texinfo.tex  |   6 +-
 etc/ORG-NEWS |   4 +-
 lisp/ob-clojure.el   |   2 +-
 lisp/ob-dot.el   |   2 +-
 lisp/ob-gnuplot.el   |   2 +-
 lisp/ob-haskell.el   |   6 +-
 lisp/ob-io.el|   2 +-
 lisp/ob-lilypond.el  |   4 +-
 lisp/ob-lisp.el  |   2 +-
 lisp/ob-mscgen.el|   2 +-
 lisp/ob-ocaml.el |   2 +-
 lisp/ob-picolisp.el  |   4 +-
 lisp/ob-processing.el|   2 +-
 lisp/ob-ruby.el  |   2 +-
 lisp/ob-sass.el  |   2 +-
 lisp/ol-bibtex.el|   2 +-
 lisp/org-protocol.el |   2 +-
 lisp/org-table.el|   2 +-
 lisp/ox-html.el  |   2 +-
 lisp/ox-latex.el |   2 +-
 lisp/ox.el   |   2 +-
 41 files changed, 143 insertions(+), 143 deletions(-)

diff --git a/COPYING b/COPYING
index 2a000655e..e60008693 100644
--- a/COPYING
+++ b/COPYING
@@ -1,7 +1,7 @@
 GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
 
- Copyright (C) 2007 Free Software Foundation, Inc. 
+ Copyright (C) 2007 Free Software Foundation, Inc. 
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
diff --git a/README_ELPA b/README_ELPA
index 7640a4498..73447bcd9 100644
--- a/README_ELPA
+++ b/README_ELPA
@@ -10,7 +10,7 @@ This distribution contains an ELPA packaged version of Org.
 "ELPA" stands for the "Emacs Lisp Package Archive".
 
 The GNU ELPA is at:
-  http://elpa.gnu.org
+  https://elpa.gnu.org
 
 It contains the org-*.tar package, containing only the org files
 that are also part of GNU Emacs.
diff --git a/contrib/lisp/ob-eukleides.el b/contrib/lisp/ob-eukleides.el
index b1cc91b64..be3f1fd1c 100644
--- a/contrib/lisp/ob-eukleides.el
+++ b/contrib/lisp/ob-eukleides.el
@@ -26,7 +26,7 @@
 ;; Org-Babel support for evaluating eukleides script.
 ;;
 ;; Inspired by Ian Yang's org-export-blocks-format-eukleides
-;; http://www.emacswiki.org/emacs/org-export-blocks-format-eukleides.el
+;; https://www.emacswiki.org/emacs/org-export-blocks-format-eukleides.el
 
 ;;; Requirements:
 
diff --git a/contrib/lisp/ob-smiles.el b/contrib/lisp/ob-smiles.el
index 5a0fbf61a..9b1ac6840 100644
--- a/contrib/lisp/ob-smiles.el
+++ b/contrib/lisp/ob-smiles.el
@@ -8,7 +8,7 @@
 ;;; Commentary:
 
 ;;; I copy code from:
-;;; http://kitchingroup.cheme.cmu.edu/blog/2016/03/26/A-molecule-link-for-org-mode
+;;; https://kitchingroup.cheme.cmu.edu/blog/2016/03/26/A-molecule-link-for-org-mode
 
 ;; Author: John Kitchin [jkitc...@andrew.cmu.edu]
 ;; Maintainer: stardiviner [numbch...@gmail.com]
diff --git a/contrib/lisp/ob-spice.el b/contrib/lisp/ob-spice.el
index 3139d0eba..e8ea87af5 100644
--- a/contrib/lisp/ob-spice.el
+++ b/contrib/lisp/ob-spice.el
@@ -5,7 +5,7 @@
 ;; Maintainer: stardiviner (numbch...@gmail.com)
 ;; Version: 0.4
 ;; Package-Requires: ((spice-mode "0.0.1") (org "8"))
-;; Homepage: http://tiagoweber.github.io
+;; Homepage: https://tiagoweber.github.io
 
 ;; License: GPL v3, or any later version
 ;;
@@ -25,7 +25,7 @@
 ;;; Commentary:
 
 ;; Org-Babel support for evaluating spice script.
-;; Inspired by Ian Yang's org-export-blocks-format-plantuml 

Re: [PATCH] Prefer HTTPS to HTTP for links to gnu.org

2021-03-21 Thread Kyle Meyer
Stefan Kangas writes:

> The attached patch updates all links to gnu.org to use https instead of
> http.

Pushed (8cc992f7b).

> (Such a change was made in Emacs itself already in 2017.)

Yep, I believe those came into Org's tree with ff0dcf52a (Backport
commit bc511a64f from Emacs, 2017-09-13) and d4d7cda57 (Backport commit
5da53a019 from Emacs, 2017-09-13).  I should have taken the time then to
do a tree-wide update of Org files that are not included with Emacs.

Thanks.



[PATCH] Prefer HTTPS to HTTP for links to gnu.org

2021-03-20 Thread Stefan Kangas
The attached patch updates all links to gnu.org to use https instead of
http.  (Such a change was made in Emacs itself already in 2017.)
From b68b11fcb6d840fdc9046c4b8ddee34e28665f72 Mon Sep 17 00:00:00 2001
From: Stefan Kangas 
Date: Sat, 20 Mar 2021 08:27:57 +0100
Subject: [PATCH] Prefer HTTPS to HTTP for links to gnu.org

---
 COPYING | 6 +++---
 contrib/lisp/ob-arduino.el  | 2 +-
 contrib/lisp/ob-clojure-literate.el | 2 +-
 contrib/lisp/ob-csharp.el   | 2 +-
 contrib/lisp/ob-eukleides.el| 2 +-
 contrib/lisp/ob-mathomatic.el   | 2 +-
 contrib/lisp/ob-sclang.el   | 2 +-
 contrib/lisp/ob-spice.el| 2 +-
 contrib/lisp/ob-tcl.el  | 2 +-
 contrib/lisp/ob-vbnet.el| 2 +-
 contrib/lisp/ol-elisp-symbol.el | 2 +-
 contrib/lisp/ol-git-link.el | 2 +-
 contrib/lisp/ol-man.el  | 2 +-
 contrib/lisp/ol-mew.el  | 2 +-
 contrib/lisp/ol-notmuch.el  | 2 +-
 contrib/lisp/ol-vm.el   | 2 +-
 contrib/lisp/ol-wl.el   | 2 +-
 contrib/lisp/org-attach-embedded-images.el  | 2 +-
 contrib/lisp/org-bibtex-extras.el   | 2 +-
 contrib/lisp/org-checklist.el   | 2 +-
 contrib/lisp/org-collector.el   | 2 +-
 contrib/lisp/org-contacts.el| 2 +-
 contrib/lisp/org-depend.el  | 2 +-
 contrib/lisp/org-effectiveness.el   | 2 +-
 contrib/lisp/org-eldoc.el   | 2 +-
 contrib/lisp/org-eval-light.el  | 2 +-
 contrib/lisp/org-eval.el| 2 +-
 contrib/lisp/org-expiry.el  | 2 +-
 contrib/lisp/org-interactive-query.el   | 2 +-
 contrib/lisp/org-learn.el   | 2 +-
 contrib/lisp/org-license.el | 2 +-
 contrib/lisp/org-mac-iCal.el| 2 +-
 contrib/lisp/org-mac-link.el| 2 +-
 contrib/lisp/org-mairix.el  | 2 +-
 contrib/lisp/org-notify.el  | 2 +-
 contrib/lisp/org-panel.el   | 2 +-
 contrib/lisp/org-passwords.el   | 2 +-
 contrib/lisp/org-registry.el| 2 +-
 contrib/lisp/org-screen.el  | 2 +-
 contrib/lisp/org-screenshot.el  | 4 ++--
 contrib/lisp/org-secretary.el   | 2 +-
 contrib/lisp/org-static-mathjax.el  | 2 +-
 contrib/lisp/org-sudoku.el  | 2 +-
 contrib/lisp/org-toc.el | 2 +-
 contrib/lisp/org-track.el   | 4 ++--
 contrib/lisp/org-velocity.el| 2 +-
 contrib/lisp/org-wikinodes.el   | 2 +-
 contrib/lisp/orgtbl-sqlinsert.el| 2 +-
 contrib/lisp/ox-confluence.el   | 2 +-
 contrib/lisp/ox-deck.el | 2 +-
 contrib/lisp/ox-extra.el| 2 +-
 contrib/lisp/ox-freemind.el | 2 +-
 contrib/lisp/ox-groff.el| 2 +-
 contrib/lisp/ox-koma-letter.el  | 2 +-
 contrib/lisp/ox-rss.el  | 2 +-
 contrib/lisp/ox-s5.el   | 2 +-
 contrib/lisp/ox-taskjuggler.el  | 2 +-
 contrib/scripts/org-docco.org   | 2 +-
 contrib/scripts/org2hpda| 2 +-
 doc/fdl.org | 2 +-
 doc/htmlxref.cnf| 4 ++--
 doc/org-manual.org  | 2 +-
 doc/pdflayout.sty   | 2 +-
 doc/texinfo.tex | 6 +++---
 mk/orgcard2txt.pl   | 2 +-
 testing/lisp/test-ob-C.el   | 2 +-
 testing/lisp/test-ob-R.el   | 2 +-
 testing/lisp/test-ob-awk.el | 2 +-
 testing/lisp/test-ob-clojure.el | 2 +-
 testing/lisp/test-ob-emacs-lisp.el  | 2 +-
 testing/lisp/test-ob-eshell.el  | 2 +-
 testing/lisp/test-ob-exp.el | 2 +-
 testing/lisp/test-ob-fortran.el | 2 +-
 testing/lisp/test-ob-header-arg-defaults.el | 2 +-
 testing/lisp/test-ob-java.el| 2 +-
 testing/lisp/test-ob-lilypond.el| 2 +-
 testing/lisp/test-ob-lob.el | 2 +-
 testing/lisp/test-ob-lua.el | 2 +-
 testing/lisp/test-ob-maxima.el  | 2 +-
 testing/lisp/test-ob-octave.el  | 2 +-
 testing/lisp/test-ob-perl.el| 2 +-
 testing/lisp/test-ob-plantuml.el| 2 +-
 testing/lisp/test-ob-python.el  | 2 +-
 testing/lisp/test-ob-ruby.el| 2 +-
 testing/lisp/test-ob-scheme.el  | 2 +-
 testing/lisp/test-ob-sed.el | 2 +-
 testing/lisp/test-ob-shell.el   | 2 +-
 testing/lisp/test-ob-sqlite.el  | 2 +-
 testing/lisp/test-ob-table.el   | 2 +-