From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mikael Fornius Subject: Re: [PATCH] Add min/max/mean age operators to column view. Date: Thu, 29 Oct 2009 14:17:11 +0100 Message-ID: <87d4465oh4.fsf@eee.in> References: <1256515485-28476-1-git-send-email-ahktenzero@mohorovi.cc> <4AD87891-4DD3-4B80-9FD3-2B6B65653E5B@gmail.com> <20091028193607.GY72276@yog-sothoth.mohorovi.cc> <87pr865u9b.fsf@eee.in> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N3Ur0-0005tZ-3Q for emacs-orgmode@gnu.org; Thu, 29 Oct 2009 09:15:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3Uqu-0005ss-NV for emacs-orgmode@gnu.org; Thu, 29 Oct 2009 09:15:48 -0400 Received: from [199.232.76.173] (port=52262 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3Uqu-0005sp-HT for emacs-orgmode@gnu.org; Thu, 29 Oct 2009 09:15:44 -0400 Received: from violet.abc.se ([62.80.200.155]:35919) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N3Uqu-0000ak-0o for emacs-orgmode@gnu.org; Thu, 29 Oct 2009 09:15:44 -0400 In-Reply-To: <87pr865u9b.fsf@eee.in> (Mikael Fornius's message of "Thu, 29 Oct 2009 12:12: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: James TD Smith Cc: emacs-orgmode@gnu.org, Carsten Dominik Maybe someone other than me should test this because I am not sure if I understand it correctly? The only reference to "age" or "creation time" I can find is in the documentation string of org-sort-entries-or-items. "... creation time, which is assumed to be the first inactive time stamp at the beginning of a line." I pulled from your git://yog-sothoth.mohorovi.cc/org-mode.git misc-new-features branch and have tried a basic setup with timestamps as described with no success. I must have missed something. When I use org-columns-new (M-S-right/left) to add a column there is no choice named age or creation time, should I use TIMESTAMP_IA? When I do I have three (new?) options "age, age, age" as summary options and I think it should be "min_age, mean_age, max_age" instead? When I manually tried to summarize a %TIMESTAMP_IA{@mean} I got just numbers when I expected a date. I also have another problem with org-columns-new that when selecting a summary type the #+COLUMNS row is not updated, format specification works. I do not know if this is introduced by this patch or some other but it used to work... -- Mikael Fornius