From mboxrd@z Thu Jan 1 00:00:00 1970 From: Piotr Isajew Subject: Re: "clocktable" for efforts Date: Fri, 9 Feb 2018 20:18:02 +0000 (UTC) Message-ID: References: <87372afrsf.fsf@luisa.c0t0d0s0.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekFA9-0003Ut-Lu for emacs-orgmode@gnu.org; Fri, 09 Feb 2018 15:20:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ekFA6-00040T-FD for emacs-orgmode@gnu.org; Fri, 09 Feb 2018 15:20:49 -0500 Received: from [195.159.176.226] (port=58128 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ekFA6-0003zq-7C for emacs-orgmode@gnu.org; Fri, 09 Feb 2018 15:20:46 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1ekF7i-0000AQ-5p for emacs-orgmode@gnu.org; Fri, 09 Feb 2018 21:18:18 +0100 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" To: emacs-orgmode@gnu.org Dnia 09.02.2018 Michael Welle napisaƂ/a: > Hello, > > Piotr Isajew writes: > >> Hi, >> >> I wonder if it's possible to have something like a clocktable, but >> based on effort, not the clocked time. My use case is that at the >> beginning of the project, when the effort for each of tasks is >> estimated, but none has been worked on yet, I need to generate >> some reports (preferably with tag filters) to show the aggregated >> effort for parts of the project. > does this stripped-down example help? [..] > * Effort > #+BEGIN: columnview :hlines 2 :id "756fcb74-2e46-4757-82b8-461ed30a5f11" Yes, it does. I still have to solve the issue of setting tag filters, but you helped a lot. Thank you :)