From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [RFC] Rewrite `org-entry-properties' using parser Date: Fri, 01 Aug 2014 13:44:06 +0200 Message-ID: <87ha1wcu49.fsf@bzg.ath.cx> References: <87tx5xunas.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDBG3-0005Qx-1S for emacs-orgmode@gnu.org; Fri, 01 Aug 2014 07:44:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XDBFt-0004Vg-W1 for emacs-orgmode@gnu.org; Fri, 01 Aug 2014 07:44:22 -0400 Received: from mail-wg0-x232.google.com ([2a00:1450:400c:c00::232]:43247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDBFt-0004V8-OR for emacs-orgmode@gnu.org; Fri, 01 Aug 2014 07:44:13 -0400 Received: by mail-wg0-f50.google.com with SMTP id n12so4110272wgh.21 for ; Fri, 01 Aug 2014 04:44:11 -0700 (PDT) In-Reply-To: <87tx5xunas.fsf@gmail.com> (Thorsten Jolitz's message of "Fri, 01 Aug 2014 01:21:47 +0200") 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: Thorsten Jolitz Cc: emacs-orgmode@gnu.org Hi Thorsten, Thorsten Jolitz writes: > here is my first take of rewriting `org-entry-properties'. I didn't take the time to closely look at the change, but thanks for working on this. My main concern with anything that touches `org-entry-properties' is whether agenda generation is affected in terms of performances. Any change here needs to check this very carefully, because we cannot affort to exchange speed against clarity (sadly enough.) If you can explore this, that'd be great. -- Bastien