diff --git a/emacs-lisp/org_mode.org b/emacs-lisp/org_mode.org index b18f2f3..ae585f4 100644 --- a/emacs-lisp/org_mode.org +++ b/emacs-lisp/org_mode.org @@ -195,9 +195,9 @@ Normally a LaTeX preview is just one huge image which makes Emacs really jumpy a (put-text-property beg end 'display (list (append image-spec '(:ascent center)))))) + (font-lock-fontify-region beg end) (with-silent-modifications - (put-text-property beg end 'line-height t) - (font-lock-fontify-region beg end))))) + (put-text-property beg end 'line-height t)))) #+end_src