Re: [O] Error: Symbol's value as variable is void: overlays

2018-04-08 Thread Giuseppe Lipari
Here you are : -cut-here Debugger entered--Lisp error: (void-variable overlays) htmlize-sorted-overlays-at(1) htmlize-faces-at-point() htmlize-buffer-1() htmlize-region(1 58) org-html-htmlize-region-for-paste(1 58) org-html-fontify-code("int main() {\n

Re: [O] Error: Symbol's value as variable is void: overlays

2018-04-08 Thread Adonay Felipe Nogueira
2018-04-08T17:00:59+ Giuseppe Lipari wrote: > Symbol's value as variable is void: overlays Make sure to get the backtrace, like so: --8<---cut here---start->8--- emacs --batch --eval '(setq debug-on-error t)' -l batch_project.el --kill

Re: [O] Error: Symbol's value as variable is void: overlays

2018-04-08 Thread Giuseppe Lipari
I isolated the problem. Consider the following minimal org file: cut here * An example of org file Here I put a C snippet #+begin_src c int main() { printf("hello world\n"); return 0; } #+end_src cut here When I try to

[O] Error: Symbol's value as variable is void: overlays

2018-04-08 Thread Giuseppe Lipari
Dear all, I use org-mode to publish my web site that I update every now and then. The site contains my lectures, and indeed I am preparing my lecture for tomorrow. Unfortunately, while publishing the site using the usual procedure, I get the infamous error Symbol's value as variable is void: