From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Micha=C3=ABl_Cadilhac?= Subject: Re: org-icalendar--combine-files aggressively releases buffers Date: Thu, 31 Aug 2017 16:03:01 +0100 Message-ID: References: <871snr6dna.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56743) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dnR0c-0007SG-Vx for emacs-orgmode@gnu.org; Thu, 31 Aug 2017 11:03:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dnR0T-0006QZ-L3 for emacs-orgmode@gnu.org; Thu, 31 Aug 2017 11:03:54 -0400 Received: from cadilhac.name ([163.172.56.42]:49902) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dnR0T-0006Q2-BX for emacs-orgmode@gnu.org; Thu, 31 Aug 2017 11:03:45 -0400 Received: from mail-ua0-f169.google.com (mail-ua0-f169.google.com [209.85.217.169]) by cadilhac.name (OpenSMTPD) with ESMTPSA id 77c7ccf1 (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Thu, 31 Aug 2017 15:05:46 +0000 (UTC) Received: by mail-ua0-f169.google.com with SMTP id 105so2783629uad.3 for ; Thu, 31 Aug 2017 08:03:43 -0700 (PDT) In-Reply-To: <871snr6dna.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Hi there; On 31 August 2017 at 15:00, Nicolas Goaziou wrote: > After a cursory look I think we should: > > 1. Remove (org-agenda-prepare-buffers files), which doesn't seem to be > useful and can lead to errors (it can throw `nextfile') but nothing > catches it. > > 2. let-bind `org-agenda-new-buffers' to nil around the unwind protect. > > I pushed it in master branch. Does it solve your issue? Certainly does, thank you. Took me some time: it's always a bit of a nightmare to install git org together with some melpa packages that depend on org. Cheers; M.