From f90ba3c0faed5dfd4f50ab2044a86858104ab00e Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 2 Mar 2017 18:26:49 -0500 Subject: Specify Org 8.2.10, not 8.2, as oldest supported version Most of the tests fail when running them with 8.2 checked out from the Org repo. So far, it hasn't been too much extra work supporting 8.2.10 [*], but I'd rather not deal with the headache of trying to support anything older. [*] This is the version that shipped with Emacs 25.1. The current Org version is 9.0.5. --- org-link-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org-link-edit.el') diff --git a/org-link-edit.el b/org-link-edit.el index 27e8648..1323bb9 100644 --- a/org-link-edit.el +++ b/org-link-edit.el @@ -6,7 +6,7 @@ ;; URL: https://gitlab.com/kyleam/org-link-edit ;; Keywords: convenience ;; Version: 1.0.1 -;; Package-Requires: ((cl-lib "0.5") (org "8.2")) +;; Package-Requires: ((cl-lib "0.5") (org "8.2.10")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -- cgit v1.2.3