branch: elpa/org-drill
commit f9da5ee1300a88135882180051bd94d82288feb9
Author: Mark Skilbeck <[email protected]>
Commit: Mark Skilbeck <[email protected]>
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 88dea02066..4ef644d5bc 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)