Hi Alexandre, Alexandre Duret-Lutz <a...@lrde.epita.fr> writes:
> #+BEGIN_SRC C :export code :include <stdio.h> :flags -I. > int a = 2; > int b = 3; > printf("%d", a + b); > #+END_SRC (org-element-property :language src-block) returns "C\"-I.\"" on such a source code block, I guess that's where the error lies. > When I export them with with C-x C-e h h, I get the following HTML > (excerpt): Yes, I guess the parser needs a fix here -- Nicolas, is it the case? Thanks, -- Bastien