From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giuseppe Lipari Subject: Re: BUG : cannot export src block to html Date: Thu, 12 Apr 2018 13:50:56 +0000 Message-ID: References: <87efjky24b.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a1144ff0c11389d0569a70c84" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f6cd2-0008Bm-Hu for emacs-orgmode@gnu.org; Thu, 12 Apr 2018 09:51:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f6cd1-0004BY-Fv for emacs-orgmode@gnu.org; Thu, 12 Apr 2018 09:51:08 -0400 Received: from mail-vk0-x236.google.com ([2607:f8b0:400c:c05::236]:32921) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f6cd1-0004BK-BU for emacs-orgmode@gnu.org; Thu, 12 Apr 2018 09:51:07 -0400 Received: by mail-vk0-x236.google.com with SMTP id d201so3294497vke.0 for ; Thu, 12 Apr 2018 06:51:07 -0700 (PDT) In-Reply-To: <87efjky24b.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Nicolas Goaziou Cc: "emacs-orgmode@gnu.org" --001a1144ff0c11389d0569a70c84 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Thanks, indeed. I will contact the maintainer. Giuseppe Lipari Le jeu. 12 avr. 2018 =C3=A0 15:40, Nicolas Goaziou = a =C3=A9crit : > Hello, > > Giuseppe Lipari 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 > --001a1144ff0c11389d0569a70c84 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Thanks, indeed. I will contact the maintainer.
Giuseppe Lipari


Le=C2=A0jeu. 12 avr. 2018 =C3=A0=C2=A015:40, Nicol= as Goaziou <mail@nicolasgoazio= u.fr> a =C3=A9crit=C2=A0:
He= llo,

Giuseppe Lipari <giulipari@gmail.com> writes:

> Dear all,
>
> (I am reposting it here with a more appropriate subject-line, hoping t= o get
> more attention)
>
> Consider the following org file:
>
> * An example of org file
>
>=C2=A0 =C2=A0Here I put a C snippet
>
>=C2=A0 =C2=A0#+BEGIN_SRC c
>=C2=A0 =C2=A0int main() {
>=C2=A0 =C2=A0 =C2=A0 =C2=A0printf("hello world\n");
>=C2=A0 =C2=A0 =C2=A0 =C2=A0return 0;
>=C2=A0 =C2=A0}
>=C2=A0 =C2=A0#+END_SRC

I cannot reproduce the error.

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

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

Regards,

--
Nicolas Goaziou
--001a1144ff0c11389d0569a70c84--