Hi Nicolas and Alan,
Nicolas Goaziou <n.goaz...@gmail.com> writes: > We first need to know what is the problem. Does Org allow newline > characters in verbatim objects? I'd say it should, yes. Otherwise it creates an exception that is hard to justify, since this exception is linked to only one export backend. > If it does, what backends do not support it? Only the LaTeX backend. I fixed this by replacing newlines characters with whitespace characters in \verb constructs for the LaTeX backend. -- Bastien