Hello,

Is it possible to activate the latex preview in org-mode within in latex bloc?
My idea was to comment the table when I get the output. I noticed also that preview does not work with the table environment but works fine with the tablular environment.

This does not work
#+BEGIN_SRC Latex
\begin{align*}
y = x^2
\end{align*}
#+END_SRC


This fragment works fine.
\begin{align*}
y = x^2
\end{align*}

Best regards
--
Jeremie Juste