From d780b6ffd176fbbfe863c2fccfba0f29e1b60d0d Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Mon, 24 Feb 2020 18:58:03 +0800 Subject: [PATCH] (chore): require minimum org version of 9.0 (#177) --- org-roam-utils.el | 2 +- org-roam.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/org-roam-utils.el b/org-roam-utils.el index 8c944bd..fdbe8c8 100644 --- a/org-roam-utils.el +++ b/org-roam-utils.el @@ -6,7 +6,7 @@ ;; URL: https://github.com/jethrokuan/org-roam ;; Keywords: org-mode, roam, convenience ;; Version: 0.1.2 -;; Package-Requires: ((emacs "26.1")) +;; Package-Requires: ((emacs "26.1") (org "9.0")) ;; This file is NOT part of GNU Emacs. diff --git a/org-roam.el b/org-roam.el index 8ec33d7..182c822 100644 --- a/org-roam.el +++ b/org-roam.el @@ -6,7 +6,7 @@ ;; URL: https://github.com/jethrokuan/org-roam ;; Keywords: org-mode, roam, convenience ;; Version: 0.1.2 -;; Package-Requires: ((emacs "26.1") (dash "2.13") (f "0.17.2") (s "1.12.0") (async "1.9.4")) +;; Package-Requires: ((emacs "26.1") (dash "2.13") (f "0.17.2") (s "1.12.0") (async "1.9.4") (org "9.0")) ;; This file is NOT part of GNU Emacs.