From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: total effort in filtered column view of agenda? Date: Thu, 1 Oct 2009 10:09:35 +0200 Message-ID: <24C42A19-3C1D-483B-A73F-61B54A74FA70@gmail.com> References: <34B309A8-0E57-440B-98E4-80588C3F16EC@gilbert.org> 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 mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtGjQ-0006DT-Ar for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 04:09:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtGjL-0006Cr-VR for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 04:09:44 -0400 Received: from [199.232.76.173] (port=42286 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtGjL-0006Ck-J5 for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 04:09:39 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]:36706) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MtGjL-0006E9-6C for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 04:09:39 -0400 Received: by ewy4 with SMTP id 4so5183488ewy.31 for ; Thu, 01 Oct 2009 01:09:38 -0700 (PDT) In-Reply-To: <34B309A8-0E57-440B-98E4-80588C3F16EC@gilbert.org> 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: Michael Gilbert Cc: org-mode Mailinglist On Oct 1, 2009, at 10:04 AM, Michael Gilbert wrote: > Hi -- > > When I filter the agenda in come way, the total at the top of the > EFFORT column is still unfiltered. That is to say it isn't the total > of the items displayed. I can see the point of this, but in my case > I am playing with filters to help me narrow tasks to the time > available. Is there a way for me to change how that total functions > so that it coincides with (ie: only shows the total for) the tasks > displayed? No. The implementation of filtering works so that tasks that are filtered out are still in the agenda, but made invisible. It would cause considerable effort to change this. - Carsten