aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-03-02 18:26:49 -0500
committerKyle Meyer <kyle@kyleam.com>2017-03-03 00:26:25 -0500
commitf90ba3c0faed5dfd4f50ab2044a86858104ab00e (patch)
treee380339646545154c080f7401f35fe49ca53cb0d
parent2640ec50be9dcf199ed9f5af707ee822a6742cf9 (diff)
downloadorg-link-edit-f90ba3c0faed5dfd4f50ab2044a86858104ab00e.tar.gz
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.
-rw-r--r--org-link-edit.el2
1 files changed, 1 insertions, 1 deletions
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