From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH 2/2] Make timestamp search in org-entry-properties more efficient. Date: Mon, 13 Dec 2010 15:14:14 +0100 Message-ID: <18A0D25C-5C8C-4373-BBA2-395EC7D1B450@gmail.com> References: <87y67uqsfb.fsf@fastmail.fm> <0574FCDB-18EB-4250-A764-EDE551468F8B@gmail.com> <87lj3trfzr.fsf@fastmail.fm> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=43245 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PS9AZ-0002dZ-D2 for emacs-orgmode@gnu.org; Mon, 13 Dec 2010 09:14:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PS9AQ-0005Bh-6r for emacs-orgmode@gnu.org; Mon, 13 Dec 2010 09:14:26 -0500 Received: from mail-ew0-f67.google.com ([209.85.215.67]:45764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PS9AQ-0005B8-1s for emacs-orgmode@gnu.org; Mon, 13 Dec 2010 09:14:18 -0500 Received: by ewy22 with SMTP id 22so2092573ewy.6 for ; Mon, 13 Dec 2010 06:14:17 -0800 (PST) In-Reply-To: <87lj3trfzr.fsf@fastmail.fm> 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: Matt Lundin Cc: Org Mode On Dec 13, 2010, at 1:53 PM, Matt Lundin wrote: > 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 Should be fixed now - please verify. - Carsten