From 6d038f0852451c747924d0424905a00a470ac800 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 21 Apr 2019 11:27:06 -0700 Subject: [PATCH] Add org-wild-notifier as dependency for oni-org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s not used by the package, but it lets other scripts call the ‘org-wild-notifier-check’ function to show notifications for appointments, scheduled tasks and tasks with deadlines. --- oni-org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oni-org.el b/oni-org.el index 4e25ae7..ac92ebc 100644 --- a/oni-org.el +++ b/oni-org.el @@ -4,8 +4,8 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190416233838 -;; Package-Requires: (org-plus-contrib org-bullets hydra) +;; Version: 20190421112657 +;; Package-Requires: (org-plus-contrib org-bullets hydra org-wild-notifier) ;; 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