From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: [bug] Effort and column view Date: Mon, 22 Dec 2014 22:29:49 +0000 Message-ID: <87tx0nco2b.fsf@gmail.com> References: <87egrytsa0.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3BXb-0000j4-81 for Emacs-orgmode@gnu.org; Mon, 22 Dec 2014 17:33:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y3BXU-0001U3-RW for Emacs-orgmode@gnu.org; Mon, 22 Dec 2014 17:33:27 -0500 Received: from mail-wg0-x236.google.com ([2a00:1450:400c:c00::236]:48252) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3BXU-0001Tn-L0 for Emacs-orgmode@gnu.org; Mon, 22 Dec 2014 17:33:20 -0500 Received: by mail-wg0-f54.google.com with SMTP id l2so7749539wgh.13 for ; Mon, 22 Dec 2014 14:33:19 -0800 (PST) Received: from localhost (host86-142-252-33.range86-142.btcentralplus.com. [86.142.252.33]) by mx.google.com with ESMTPSA id cg8sm23235407wjc.1.2014.12.22.14.33.17 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 22 Dec 2014 14:33:18 -0800 (PST) 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: Emacs-orgmode I am sending this again because it doesn't show up on Gmane. Myles English writes: > Hello, > > I reported a possible bug a couple of weeks ago and since then I have > notice related bugs in todays HEAD (that may have existed before). That bug was reported here: http://article.gmane.org/gmane.emacs.orgmode/93312/match=myles > 1) The column view of TODO items only shows the total Effort at the > top and the Effort for the last item, > > 2) The column view of the org-agenda (restricted to current buffer with > '<', get list of todos with 't') only shows the Effort for the last item > and the total Effort at the top shows the same value as for the last > item > > 3) Narrowing by tag (the original possible bug reported) shows similar > behaviour as above > > Myles