From d3013b072d7c5bac44c9d33e5d43fa43d1a89212 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Thu, 16 Feb 2023 17:46:51 +0100 Subject: [PATCH] org: do not require org-install org-install has been obsolete for a long time, and has been removed from Org 9.6. * doc/org/init.el.in: Remove org-install. --- doc/org/init.el.in | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/org/init.el.in b/doc/org/init.el.in index 9f589bb35..5e51c7250 100644 --- a/doc/org/init.el.in +++ b/doc/org/init.el.in @@ -51,7 +51,6 @@ (package-install ess))))) (require 'ox-publish) -(require 'org-install) (require 'hoa-mode) ; See https://github.com/emacs-ess/ESS/issues/1052