From 6970a952ba60209deac142e34c1f8bafeea20836 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Wed, 11 Nov 2020 19:34:34 -0600 Subject: [PATCH] Fix: (org-ql-search.el) Require map Need to explicitly load it so that map 2.1 will be loaded when the file is byte-compiled, otherwise the pcase map expansions will fail. --- org-ql-search.el | 1 + 1 file changed, 1 insertion(+) diff --git a/org-ql-search.el b/org-ql-search.el index c771a08..0bd02f2 100644 --- a/org-ql-search.el +++ b/org-ql-search.el @@ -31,6 +31,7 @@ (require 'dash) (require 'f) +(require 'map) (require 'org-super-agenda) (require 's)