From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Protect org-agenda-prepare-buffers with org-unmodified Date: Mon, 11 Feb 2013 15:47:49 +0100 Message-ID: <87r4kmhp9r.fsf@bzg.ath.cx> References: <87a9rp9x1i.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4upY-0006Gw-2w for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 09:58:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4upW-000280-Ns for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 09:58:03 -0500 Received: from plane.gmane.org ([80.91.229.3]:50569) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4upW-00027v-H6 for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 09:58:02 -0500 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U4upi-0004MV-P4 for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 15:58:14 +0100 In-Reply-To: <87a9rp9x1i.fsf@somewhere.org> (Francesco Pizzolante's message of "Thu, 31 Jan 2013 16:44:57 +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.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Francesco Pizzolante Cc: mailing-list-org-mode Hi Francesco, "Francesco Pizzolante" writes: > This patch protects changes done in org-agenda-prepare-buffers with > org-unmodified instead of saving/restoring buffer-modified-p. This avoids > modification hooks to run. Applied, thanks! -- Bastien