diff options
Diffstat (limited to 'org-drill.el')
| -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 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) |
