Hello,
l...@gnu.org (Ludovic Courtès) writes:
> The LaTeX exporter of Org 7.7 from a recent Emacs snapshot improperly
> interprets sequences with angle brackets in Babel snippets as if they
> were footnote references, as in:
>
> #+BEGIN_src C
> int array[2];
> #+END_src
>
> This leads to
Hello,
The LaTeX exporter of Org 7.7 from a recent Emacs snapshot improperly
interprets sequences with angle brackets in Babel snippets as if they
were footnote references, as in:
#+BEGIN_src C
int array[2];
#+END_src
This leads to a wrong-type-arg error in ‘org-export-latex-preprocess’.