From 96c0333d842f4e886066626f25fc43b9fa4c1022 Mon Sep 17 00:00:00 2001 From: Mark Skilbeck Date: Fri, 18 Oct 2019 02:03:01 -0700 Subject: Do not remove overlays after finishing card --- org-drill.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/org-drill.el b/org-drill.el index 88dea02..4ef644d 100644 --- a/org-drill.el +++ b/org-drill.el @@ -2413,7 +2413,7 @@ See `org-drill' for more details." (rtn (cond ((null presentation-fn) - (message "%s:%d: Unrecognised card type '%s', skipping..." + (message "%s:%d: Unrecognised card type '%s', skipping..." (buffer-name) (point) card-type) (sit-for 0.5) 'skip) @@ -2440,7 +2440,6 @@ See `org-drill' for more details." (apply-partially 'org-drill-card-tag-caller 3) tags) (cl-incf org-drill-cards-in-this-emacs) - (org-remove-latex-fragment-image-overlays) rtn)))))) (defun org-drill-entries-pending-p (session) -- cgit v1.2.3