diff --git a/lisp/ob-coq.el b/lisp/ob-coq.el index ddba5503f..e473eac33 100644 --- a/lisp/ob-coq.el +++ b/lisp/ob-coq.el @@ -27,7 +27,7 @@ ;; session evaluation is supported. Requires both coq.el and ;; coq-inferior.el, both of which are distributed with Coq. ;; -;; http://coq.inria.fr/ +;; https://coq.inria.fr/ ;;; Code: (require 'ob) diff --git a/lisp/ob-js.el b/lisp/ob-js.el index d459e8069..0879e6892 100644 --- a/lisp/ob-js.el +++ b/lisp/ob-js.el @@ -30,11 +30,11 @@ ;;; Requirements: -;; - a non-browser javascript engine such as node.js http://nodejs.org/ -;; or mozrepl http://wiki.github.com/bard/mozrepl/ +;; - a non-browser javascript engine such as node.js https://nodejs.org/ +;; or mozrepl https://wiki.github.com/bard/mozrepl/ ;; ;; - for session based evaluation mozrepl and moz.el are required see -;; http://wiki.github.com/bard/mozrepl/emacs-integration for +;; https://wiki.github.com/bard/mozrepl/emacs-integration for ;; configuration instructions ;;; Code: diff --git a/lisp/ob-vala.el b/lisp/ob-vala.el index e9c214f7d..b1c227562 100644 --- a/lisp/ob-vala.el +++ b/lisp/ob-vala.el @@ -26,7 +26,7 @@ ;;; Commentary: ;; ob-vala.el provides Babel support for the Vala language -;; (see http://live.gnome.org/Vala for details) +;; (see https://live.gnome.org/Vala for details) ;;; Requirements: diff --git a/lisp/org-tempo.el b/lisp/org-tempo.el index e6171c70b..eac6b35fd 100644 --- a/lisp/org-tempo.el +++ b/lisp/org-tempo.el @@ -4,7 +4,7 @@ ;; ;; Author: Rasmus Pank Roulund ;; Keywords: outlines, hypermedia, calendar, wp -;; Homepage: http://orgmode.org +;; Homepage: https://orgmode.org ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org.el b/lisp/org.el index ac92acb89..eabc97573 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -232,7 +232,8 @@ byte-compiled before it is loaded." (org-babel-tangle-file file tangled-file "emacs-lisp\\|elisp")) (if compile (progn - (byte-compile-file tangled-file 'load) + (byte-compile-file tangled-file) + (load tangled-file) (message "Compiled and loaded %s" tangled-file)) (load-file tangled-file) (message "Loaded %s" tangled-file))))