From: Rasmus <rasmus@gmx.us>
To: emacs-orgmode@gnu.org
Subject: Re: unintended strike-through in table
Date: Sat, 21 Apr 2012 15:35:32 +0100 [thread overview]
Message-ID: <877gx9jgp7.fsf@pank.eu> (raw)
In-Reply-To: CABUh-740u3Aie6MP7+w2-qnymZVWaL2BuH-ZRZOwsQfs3f-0Nw@mail.gmail.com
Skip Collins <skip.collins@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
prev parent reply other threads:[~2012-04-21 14:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-20 18:27 unintended strike-through in table Skip Collins
2012-04-20 23:13 ` Bastien
2012-04-21 9:04 ` Gustav Wikström
2012-04-21 14:35 ` Rasmus [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877gx9jgp7.fsf@pank.eu \
--to=rasmus@gmx.us \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).