emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: using :flags for C source block produce invalid html [8.2.1


From: Bastien
Subject: Re: [O] Bug: using :flags for C source block produce invalid html [8.2.1 (8.2.1-15-ge5cecc-elpa)]
Date: Mon, 04 Nov 2013 12:44:40 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi Alexandre,

Alexandre Duret-Lutz <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]