branch: externals-release/org
commit aec0f836c6992b4ab3006a74a07684abf686976e
Author: Ihor Radchenko <[email protected]>
Commit: Ihor Radchenko <[email protected]>
Bump minimal Emacs version
* etc/ORG-NEWS (Emacs 26 and Emacs 27 support has been dropped):
* lisp/org.el:
---
etc/ORG-NEWS | 6 ++++++
lisp/org.el | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index f2347a401f..18844ce6ad 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -119,6 +119,12 @@ of blank lines is recorded in ~:pre-blank~ property.
~org-element-org-data-interpreter~ takes into account this information.
+*** Emacs 26 and Emacs 27 support has been dropped
+
+We maintain compatibility with the latest Emacs release, and two
+versions prior the latest. The latest is Emacs 30, so we drop
+everything before Emacs 28.
+
** New features
# We list the most important features, and the features that may
diff --git a/lisp/org.el b/lisp/org.el
index b3b319917d..40c239da33 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -7,7 +7,7 @@
;; Maintainer: Ihor Radchenko <[email protected]>
;; Keywords: outlines, hypermedia, calendar, text
;; URL: https://orgmode.org
-;; Package-Requires: ((emacs "26.1"))
+;; Package-Requires: ((emacs "28.2"))
;; Version: 9.8-pre