aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2019-06-24 22:33:14 +0100
committerPhillip Lord <phillip.lord@russet.org.uk>2019-06-24 22:33:14 +0100
commit29b4faa1745e4c1568a3741a21a77970df79d7dc (patch)
tree6db2e6e0faec43daa84cef057b121dd0b0831c42
parent82c2ec8b1fb2fd093648a2c89099ed448f31d70d (diff)
downloadorg-drill-29b4faa1745e4c1568a3741a21a77970df79d7dc.tar.gz
org-drill-29b4faa1745e4c1568a3741a21a77970df79d7dc.zip
Fix compat call
-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 ================================================================