=?UTF-8?Q?Valentin_W=C3=BCstholz?= <wuesth...@gmail.com> wrote:

> Hi,
> 
> it seems to me like revision 0ba7d3d2f961a224d077e6806b804cde4c4a7726
> broke the LaTeX export of emphasises (e.g. =foo=).
> 
> Is anybody else having the same problem?
> 

Yes - my standard emphasis example

,----
| 
| * Emphasis and monospace
| 
|   - *bold*
| 
|   - /italic/
| 
|   - _underlined_
| 
|   - =code=
| 
|   - ~verbatim~
| 
|   - +strike-through+
| 
`----

exhibits the problem - LaTeX excerpt:

\item \textbf{bold}
\item \emph{italic}
\item \underline{underlined}
\item =code=
\item \~{}verbatim\~{}
\item \st{strike-through}

With the indicated commit reverted, the corresponding LaTeX excerpt looks
like this:

\item \textbf{bold}
\item \emph{italic}
\item \underline{underlined}
\item \texttt{code}
\item \texttt{verbatim}
\item \st{strike-through}

HTH,
Nick


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to