aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--org-drill.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/org-drill.el b/org-drill.el
index 5e6bc93..6172bfd 100644
--- a/org-drill.el
+++ b/org-drill.el
@@ -717,7 +717,7 @@ regardless of whether the test was successful.")
(when org-drill-org-8-p
(defun org-toggle-latex-fragment (&rest args)
- (apply 'org-prefix-latex-fragment args)))
+ (apply 'org-preview-latex-fragment args)))
;;;; Utilities ================================================================