From 0444db69f55c302a6ac0d6ee5c8558ede4d3d09a Mon Sep 17 00:00:00 2001 From: Darrell Overbay Date: Thu, 18 Jul 2019 16:20:32 -0700 Subject: fix reversed member arguments --- org-drill.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org-drill.el') diff --git a/org-drill.el b/org-drill.el index e6743e2..7ff7042 100644 --- a/org-drill.el +++ b/org-drill.el @@ -725,7 +725,7 @@ CMD is bound, or nil if it is not bound to a key." (apply 'org-map-entries func (concat "+" org-drill-question-tag (if (and (stringp org-drill-match) - (not (member '(?+ ?- ?|) (elt org-drill-match 0)))) + (not (member (elt org-drill-match 0) '(?+ ?- ?|)))) "+" "") (or org-drill-match "")) (org-drill-current-scope scope) -- cgit v1.2.3