diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-24 22:33:14 +0100 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-24 22:33:14 +0100 |
| commit | 29b4faa1745e4c1568a3741a21a77970df79d7dc (patch) | |
| tree | 6db2e6e0faec43daa84cef057b121dd0b0831c42 | |
| parent | 82c2ec8b1fb2fd093648a2c89099ed448f31d70d (diff) | |
| download | org-drill-29b4faa1745e4c1568a3741a21a77970df79d7dc.tar.gz org-drill-29b4faa1745e4c1568a3741a21a77970df79d7dc.zip | |
Fix compat call
| -rw-r--r-- | org-drill.el | 2 |
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 ================================================================ |
