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: Mon, 24 Feb 2020 09:46:50 +0100 Message-ID: <87blpoz81x.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> <87o8tt3zts.fsf@gnu.org> <2020-02-21T09-18-00@devnull.Karl-Voit.at> <87ftf14eey.fsf@gnu.org> <2020-02-23T17-20-15@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58337) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j69OD-0000k2-6z for emacs-orgmode@gnu.org; Mon, 24 Feb 2020 03:46:58 -0500 In-Reply-To: <2020-02-23T17-20-15@devnull.Karl-Voit.at> (Karl Voit's message of "Sun, 23 Feb 2020 17:21:46 +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: > Easy: I could not find any change of the defaults in my > configuration[1]. So all of them have to be the default values. > > [1] https://github.com/novoid/dot-emacs/blob/master/config.org I would try setting `org-agenda-before-write-hook' to nil (it is set to `org-agenda-add-entry-text' by default. Also, I see `org-icalendar-include-body' is set to 1000 in your setup. That's a lot and this will generate a lot of strings replacements, I suggest trying a lower value for your export-and-write function. HTH, -- Bastien