[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [BABEL][BUG] lists and inline src
From: |
cberry |
Subject: |
[O] [BABEL][BUG] lists and inline src |
Date: |
Tue, 18 Sep 2012 14:48:39 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) |
My apologies if this is already reported (I recall seeing something like
this, but cannot find it in the archives).
A list element starting with an inline src block is improperly
parsed. for example
- src_emacs-lisp{(org-version)}
is not executed by babel. An ECM:
,----
| * virgin version
|
| The version is src_emacs-lisp{(org-version)}
|
| * list versions
|
| - The version is
| - src_emacs-lisp{(org-version)}
| - The version is
| - now src_emacs-lisp{(org-version)}
`----
yields
,----
| ...
| \section{virgin version}
| \label{sec-1}
|
|
| The version is \verb=7.9.1=
| \section{list versions}
| \label{sec-2}
|
|
| \begin{itemize}
| \item The version is
| \item src$_{\mathrm{emacs}}$-lisp\{(org-version)\}
| \item The version is
| \item now \verb=7.9.1=
| \end{itemize}
| ...
`----
Chuck
- [O] [BABEL][BUG] lists and inline src,
cberry <=
- Re: [O] [BABEL][BUG] lists and inline src, Bastien, 2012/09/19
- Re: [O] [BABEL][BUG] lists and inline src, cberry, 2012/09/19
- Re: [O] [New Latex Exporter][BABEL][BUG] lists and inline src, Eric Schulte, 2012/09/19
- Re: [O] [New Latex Exporter][BABEL][BUG] lists and inline src, Nicolas Goaziou, 2012/09/20
- Re: [O] [New Latex Exporter][BABEL][BUG] lists and inline src, Eric Schulte, 2012/09/20
- Re: [O] [New Latex Exporter][BABEL][BUG] lists and inline src, Nicolas Goaziou, 2012/09/20
- Re: [O] [New Latex Exporter][BABEL][BUG] lists and inline src, Eric Schulte, 2012/09/20
- Re: [O] [New Latex Exporter][BABEL][BUG] lists and inline src, Nicolas Goaziou, 2012/09/20