From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: [PATCH 2/2] Make timestamp search in org-entry-properties more efficient. Date: Mon, 13 Dec 2010 07:53:28 -0500 Message-ID: <87lj3trfzr.fsf@fastmail.fm> References: <87y67uqsfb.fsf@fastmail.fm> <0574FCDB-18EB-4250-A764-EDE551468F8B@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=49076 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PS7uW-0005dv-3O for emacs-orgmode@gnu.org; Mon, 13 Dec 2010 07:53:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PS7uF-0005Yb-6r for emacs-orgmode@gnu.org; Mon, 13 Dec 2010 07:53:34 -0500 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:39814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PS7uF-0005YL-4M for emacs-orgmode@gnu.org; Mon, 13 Dec 2010 07:53:31 -0500 In-Reply-To: <0574FCDB-18EB-4250-A764-EDE551468F8B@gmail.com> (Carsten Dominik's message of "Mon, 13 Dec 2010 09:05:16 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: Org Mode Carsten Dominik writes: > Great work on these optimizations, Matt, thanks! > > I guess this one could be faster still by only searching for > that one keyword is `specific' is set..... > > Patch applied. Thanks! I considered the additional optimization, but being able to use org-maybe-keyword-time-regexp is so convenient. :) I'll take another look. BTW, the two optimization patches do not yet appear in the main git repository: http://repo.or.cz/w/org-mode.git Best, Matt