From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Avoid modification hooks in org-clock-sum Date: Thu, 31 Jan 2013 14:19:12 +0100 Message-ID: <87ip6djxrj.fsf@bzg.ath.cx> References: <878v79elqe.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0u36-0002aD-Eu for emacs-orgmode@gnu.org; Thu, 31 Jan 2013 08:19:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0u34-0003vX-Hq for emacs-orgmode@gnu.org; Thu, 31 Jan 2013 08:19:28 -0500 Received: from plane.gmane.org ([80.91.229.3]:43374) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0u34-0003uh-BJ for emacs-orgmode@gnu.org; Thu, 31 Jan 2013 08:19:26 -0500 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U0u3H-0000DN-Js for emacs-orgmode@gnu.org; Thu, 31 Jan 2013 14:19:39 +0100 In-Reply-To: <878v79elqe.fsf@somewhere.org> (Francesco Pizzolante's message of "Thu, 31 Jan 2013 10:38: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.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 avoid modification hooks to be run in org-clock-sum by using > org-unmodified (instead of simply saving and restoring buffer-modified-p). > > On my system, this speeds up the creation of clock reports. Applied, thanks. > I should have indented the code but I didn't in order to respect the > less-than-20-lines change (I have no copyright assignment to the FSF yet). Please let me know if you want to assign your copyright for further patches -- the limit is cumulative over patches. Thanks! -- Bastien