[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] BUG : cannot export src block to html
From: |
Nicolas Goaziou |
Subject: |
Re: [O] BUG : cannot export src block to html |
Date: |
Thu, 12 Apr 2018 15:40:20 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
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