summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--org-fc-core.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/org-fc-core.el b/org-fc-core.el
index e9c6863..50d34f4 100644
--- a/org-fc-core.el
+++ b/org-fc-core.el
@@ -157,7 +157,8 @@ Does not apply to cloze single and cloze enumeration cards."
(defun org-fc-show-latex ()
"Show latex fragments of heading at point."
- (org-latex-preview 4))
+ (let ((inhibit-message t))
+ (org-latex-preview 4)))
(defun org-fc-back-heading-position ()
"Return point at the beginning of an entries 'Back' subheading.