et2010/org-edit-latex

latex fragments/environments begin with `#+attr_latex` not wrapped properly

et2010 opened this issue · 0 comments

LaTeX fragments begin with #+attr_latex::

#+attr_latex: :width 200
\[
some latex
\]

or LaTeX environments:

#+attr_latex: :width 200
\begin{some_env}
some latex
\end{some_env}

will not be wrapped properly.