emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] unintended strike-through in table


From: Rasmus
Subject: Re: [O] unintended strike-through in table
Date: Sat, 21 Apr 2012 15:35:32 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Skip Collins <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]