Fix bug with emphasis-like expressions in example blocks
commit72b860d2c2466c359fe15ca731dbae151d11499e
authorCarsten Dominik <carsten.dominik@gmail.com>
Thu, 5 Nov 2009 06:48:07 +0000 (5 07:48 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Thu, 5 Nov 2009 06:48:07 +0000 (5 07:48 +0100)
tree709a57f0b33191c008f8dda0ab64df34eac094da
parentdd5b4d286e9cc4d1fde7abd88a72ad10d30f6592
Fix bug with emphasis-like expressions in example blocks

Martin Skjaeveland writes:

> Hi all,
>
> when I import the file
>
> --8<---------------cut here---------------start------------->8---
> -----------------
> | grandmother   |
> =================
> | sim:Jackeline |
> | sim:Mona      |
> -----------------
> --8<---------------cut here---------------end------------->8---
>
> using the command
>
> #+INCLUDE "grandmothers.txt" example
>
> and export to latex it turns into
>
>
> \begin{verbatim}
> -----------------
> | grandmother   |
> \texttt{===============}
> | sim:Jackeline |
> | sim:Mona      |
> -----------------
> \end{verbatim}
>
>
> I would like to remove \texttt{ }. I have tried different export
> option settings, but I can't make it work.
>
lisp/org-exp.el