diff options
| author | Brandon Webster <brandon.webster@socrata.com> | 2020-04-05 16:37:45 -0700 |
|---|---|---|
| committer | Brandon Webster <brandon.webster@socrata.com> | 2020-04-05 16:40:25 -0700 |
| commit | d5573d9259ba868c8fbbade1727ccee41ad63650 (patch) | |
| tree | 67de895186e773a494e9c135b83f2bead383d752 | |
| parent | bb134301db6855d2433361f38f9c408984009c45 (diff) | |
| download | org-drill-d5573d9259ba868c8fbbade1727ccee41ad63650.tar.gz org-drill-d5573d9259ba868c8fbbade1727ccee41ad63650.zip | |
Bump org-mode version to 9.3
Issue reference: https://gitlab.com/phillord/org-drill/-/issues/19
Caused by https://gitlab.com/phillord/org-drill/-/commit/82b50e378db69e96fb3d916785a2f03fddf85637, which introduced a function created here: https://code.orgmode.org/bzg/org-mode/commit/6d9022df22f86e8b0ea00dfb9179128136edc49a?style=split. Fn is available in org 9.3. Don't know much about packaging for melpa but I figure 82b50e37 should have bumped the org version from 9.2.X at least.
| -rw-r--r-- | org-drill.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-drill.el b/org-drill.el index 8ae749a..56d2991 100644 --- a/org-drill.el +++ b/org-drill.el @@ -5,7 +5,7 @@ ;; Maintainer: Phillip Lord <phillip.lord@russet.org.uk> ;; Author: Paul Sexton <eeeickythump@gmail.com> ;; Version: 2.7.0 -;; Package-Requires: ((emacs "25.3") (seq "2.14") (org "9.2.4") (persist "0.3")) +;; Package-Requires: ((emacs "25.3") (seq "2.14") (org "9.3") (persist "0.3")) ;; Keywords: games, outlines, multimedia ;; URL: https://gitlab.com/phillord/org-drill/issues |
