From mboxrd@z Thu Jan 1 00:00:00 1970 From: thomas Subject: Re: (no subject) Date: Fri, 04 Sep 2015 17:25:42 +0200 Message-ID: <55E9B7F6.4090804@friendlyvillagers.com> References: <87twrakzjk.fsf@mercovich.net> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXt56-0006Ho-8w for emacs-orgmode@gnu.org; Fri, 04 Sep 2015 11:39:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXt51-0007Tw-Al for emacs-orgmode@gnu.org; Fri, 04 Sep 2015 11:39:12 -0400 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::7]:37882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXt51-0007TY-06 for emacs-orgmode@gnu.org; Fri, 04 Sep 2015 11:39:07 -0400 Received: from [192.168.178.21] (p5796AB77.dip0.t-ipconnect.de [87.150.171.119]) by smtp.strato.de (RZmta 37.11 DYNA|AUTH) with ESMTPSA id j01855r84FPhV3w (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate) for ; Fri, 4 Sep 2015 17:25:43 +0200 (CEST) In-Reply-To: <87twrakzjk.fsf@mercovich.net> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org you could revert to your working org installation (if you did not delete that folder) by deleting / moving the folder with the faulty installation (say "org-201508XX") from your .emacs.d/elpa directory. If this solves your problems, then I would recommend starting a "bare" emacs emacs -q and install org from elpa again. A few days ago I ran into that same issue :-) - thomas On 04.09.2015 16:51, Eduardo Mercovich wrote: > Hello everbody. > > I'm an emacs/org-mode newbie but I'm learning, so please forgive me if > this is obvious for you. > > A couple days ago I updated org from the packages-list. > > Now, when I'm trying to use a simple org table (typing TAB, for > example), I get: > "org-get-limited-outline-regexp: Variable binding depth exceeds > max-specpdl-size" > > Also, while trying to export a document to html, I get: > "Variable binding depth exceeds max-specpdl-size" > > Looking up, I saw that this is a mechanisms to protect against infinite > recursions, so I tried to increase the limit -just to get the exporting > done- putting in my .emacs this: > > (setq max-specpdl-size 15000) > (setq max-lisp-eval-depth 15000) > > But, no luck. > > Any pointer about what could be happening, or how to solve it? > Thanks a lot in advance... :) >