branch: elpa/org-drill
commit 29b4faa1745e4c1568a3741a21a77970df79d7dc
Author: Phillip Lord <[email protected]>
Commit: Phillip Lord <[email protected]>

    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 5e6bc93abc..6172bfd7ec 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 ================================================================
 

Reply via email to