From 29b4faa1745e4c1568a3741a21a77970df79d7dc Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Mon, 24 Jun 2019 22:33:14 +0100 Subject: Fix compat call --- org-drill.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ================================================================ -- cgit v1.2.3