From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pierre Lorenzon Newsgroups: gmane.emacs.help Subject: Re: Variable binding depth exceeds max-specpdl-size Date: Sat, 05 Mar 2016 09:38:16 +0100 (CET) Message-ID: <20160305.093816.1377587623008527818.devel@pollock-nageoire.net> References: <871t7q2nh1.fsf@hornfels.zedat.fu-berlin.de> <87bn6uyuhj.fsf@alphaville.usersys.redhat.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1457167919 20407 80.91.229.3 (5 Mar 2016 08:51:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Mar 2016 08:51:59 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: ndokos@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 05 09:51:50 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ac7wD-0006C3-IY for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Mar 2016 09:51:49 +0100 Original-Received: from localhost ([::1]:45296 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ac7wC-0005Ut-Tv for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Mar 2016 03:51:48 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ac7vw-0005Rs-PP for help-gnu-emacs@gnu.org; Sat, 05 Mar 2016 03:51:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ac7vt-0003RV-Gv for help-gnu-emacs@gnu.org; Sat, 05 Mar 2016 03:51:32 -0500 Original-Received: from smtp03.smtpout.orange.fr ([80.12.242.125]:25149 helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ac7vt-0003R3-67 for help-gnu-emacs@gnu.org; Sat, 05 Mar 2016 03:51:29 -0500 Original-Received: from localhost ([86.246.97.141]) by mwinf5d58 with ME id S8rQ1s00T331WyW038rQCM; Sat, 05 Mar 2016 09:51:26 +0100 X-ME-Helo: localhost X-ME-Date: Sat, 05 Mar 2016 09:51:26 +0100 X-ME-IP: 86.246.97.141 In-Reply-To: <87bn6uyuhj.fsf@alphaville.usersys.redhat.com> X-Mailer: Mew version 6.7 on Emacs 25.1.50 / Mule 6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.12.242.125 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:109456 Archived-At: Hi From: Nick Dokos Subject: Re: Variable binding depth exceeds max-specpdl-size Date: Fri, 04 Mar 2016 13:21:28 -0500 > "Loris Bennett" writes: > >> Hi, >> >> I sent this question to the Org list yesterday, so apologies for >> crossposting, but it probably is more of an Emacs issue. >> >> When trying to export my Org calendar in batch mode, I get the >> following: >> >> $ emacs /home/loris/org/gtd.org -batch -eval '(progn >> (package-initialize) (org-icalendar-export-to-ics))' --kill >> Loading 00debian-vars... >> Loading /etc/emacs/site-start.d/50autoconf.el (source)... >> Loading /etc/emacs/site-start.d/50bbdb.el (source)... >> Loading /etc/emacs/site-start.d/50cmake-data.el (source)... >> Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)... >> Loading debian-ispell... >> Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)... >> Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)... >> Loading /etc/emacs/site-start.d/50emacs-goodies-el.el (source)... >> Loading /etc/emacs/site-start.d/50emacs-jabber.el (source)... >> Loading /usr/share/emacs/site-lisp/emacs-jabber/jabber-autoloads.el (source)... >> Loading /etc/emacs/site-start.d/50ess.el (source)... >> Loading /etc/emacs/site-start.d/50python-docutils.el (source)... >> Loading /etc/emacs/site-start.d/50yaml-mode.el (source)... >> Loading /etc/emacs/site-start.d/51debian-el.el (source)... >> Variable binding depth exceeds max-specpdl-size >> >> This is with Org-mode version 8.3.4 on Emacs 24.4.1. >> >> Any ideas? >> > > Can you reproduce it without -batch? If so, it will be easier > to debug. yes moreover you might try the --no-site-file option if it works. I know that I encounter problem with all these initial files set by debian whose content is more or less not known. Sure if one of these files is absolutely needed to accomplish the task you want, you should try to launch only this one. Regards Pierre > > -- > Nick > > >