From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: ICS agenda export exceeds max-specpdl-size probably because of org-depend (org-edna same?) Date: Thu, 20 Feb 2020 18:58:55 +0100 Message-ID: <87o8tt3zts.fsf@gnu.org> References: <2020-01-19T13-36-19@devnull.Karl-Voit.at> <87ftfhy2hj.fsf@gnu.org> <2020-02-19T11-40-31@devnull.Karl-Voit.at> <87ftf636pj.fsf@gnu.org> <2020-02-20T10-13-04@devnull.Karl-Voit.at> <87y2sx1rol.fsf@gnu.org> <2020-02-20T15-00-06@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:45234) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4q6F-00009g-QX for emacs-orgmode@gnu.org; Thu, 20 Feb 2020 12:59:00 -0500 In-Reply-To: <2020-02-20T15-00-06@devnull.Karl-Voit.at> (Karl Voit's message of "Thu, 20 Feb 2020 15:26:01 +0100") 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Karl Voit Cc: Karl Voit , emacs-orgmode@gnu.org Hi Karl, Karl Voit writes: > With disabled org-depend, it is working and finishes in ~5 minutes. With > enabled org-depend it (sometimes) end up in an error as described. Do you need org-depend when exporting? If not, I simply suggest to turn org-depend off... or to let-bind `org-trigger-hook' and `org-blocker-hook' to nil in your function. Probably org-depend does a lot of moving back and forth in files to check for IDs, and that may explain the time spend by this command when you export many files. -- Bastien