From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adonay Felipe Nogueira Subject: Re: Error: Symbol's value as variable is void: overlays Date: Sun, 08 Apr 2018 15:57:18 -0300 Message-ID: <87tvslfrw1.fsf@hyperbola.info> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5FVJ-000733-Ui for emacs-orgmode@gnu.org; Sun, 08 Apr 2018 14:57:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f5FVG-0007fY-Sy for emacs-orgmode@gnu.org; Sun, 08 Apr 2018 14:57:30 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:57581) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f5FVG-0007co-MZ for emacs-orgmode@gnu.org; Sun, 08 Apr 2018 14:57:26 -0400 Received: from adfeno-pc1 (unknown [179.220.58.104]) (Authenticated sender: adfeno@hyperbola.info) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 0D284E0002 for ; Sun, 8 Apr 2018 20:57:22 +0200 (CEST) In-Reply-To: (Giuseppe Lipari's message of "Sun, 08 Apr 2018 17:00:59 +0000") 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: emacs-orgmode@gnu.org 2018-04-08T17:00:59+0000 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 --8<---------------cut here---------------end--------------->8--- ... this might help us all find where the "overlays" is being called.