emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] BUG : cannot export src block to html


From: Giuseppe Lipari
Subject: Re: [O] BUG : cannot export src block to html
Date: Thu, 12 Apr 2018 13:50:56 +0000


Thanks, indeed. I will contact the maintainer.

Giuseppe Lipari


Le jeu. 12 avr. 2018 à 15:40, Nicolas Goaziou <address@hidden> a écrit :
Hello,

Giuseppe Lipari <address@hidden> writes:

> Dear all,
>
> (I am reposting it here with a more appropriate subject-line, hoping to get
> more attention)
>
> Consider the following org file:
>
> * An example of org file
>
>   Here I put a C snippet
>
>   #+BEGIN_SRC c
>   int main() {
>       printf("hello world\n");
>       return 0;
>   }
>   #+END_SRC

I cannot reproduce the error.

> Debugger entered--Lisp error: (void-variable overlays)
>   htmlize-sorted-overlays-at(1)
>   htmlize-faces-at-point()
>   htmlize-buffer-1()
>   htmlize-region(1 58)

It seems related to htmlize package, not to Org mode. You may want to
report it upstream.

Regards,

--
Nicolas Goaziou

reply via email to

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