From 50fdee7d297c4b3f1f8ae556c8ebcf7947c4732b Mon Sep 17 00:00:00 2001 From: David Landell Date: Thu, 19 Sep 2019 12:17:06 +0200 Subject: [PATCH] Depend on Emacs 25.1 Seems to work fine, using this package with Emacs 25 so let's be less restrictive with the requirements. --- ox-rst.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox-rst.el b/ox-rst.el index 250dda1..dbbc8be 100644 --- a/ox-rst.el +++ b/ox-rst.el @@ -20,7 +20,7 @@ ;; Keywords: org, rst, reST, reStructuredText ;; Version: 0.3 ;; URL: https://github.com/msnoigrs/ox-rst -;; Package-Requires: ((emacs "26.1") (org "8.3")) +;; Package-Requires: ((emacs "25.1") (org "8.3")) ;;; Commentary: ;; This library implements an reStructuredText back-end for