Skip Collins <skip.coll...@gmail.com> writes:

> I do not believe this is intended behavior for +strike-through+ text.
> The + symbol serves triple duty in org syntax as a an indicator for
> +stricken words+, a line drawing symbol in tables, and a #+keyword
> prefix.

It can also be an item which is a problem with LaTeX math.  

Example:
\begin{equation}
x
+ y
wv
- z
\end{equation}

is translated to

\begin{equation}
x
\begin{itemize}
\item y
\end{itemize}
wv
\begin{itemize}
\item z
\end{itemize}
\end{equation}

I guess one could wrap it in #+begin_latex · #+end_latex, but that would
be cubersome.

–Rasmus

-- 
In theory, practice and theory are the same. In practice they are not


Reply via email to