From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug - properties in 5.08 Date: Sat, 15 Sep 2007 19:28:46 +0200 Message-ID: <5d153c0a7821139bf3c3820e178e31dc@science.uva.nl> References: <20070914204735.GC6682@odin.demosthenes.org> <20070914210754.GD6682@odin.demosthenes.org> <20070915163928.GE6682@odin.demosthenes.org> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IWbRv-0005T1-Vz for emacs-orgmode@gnu.org; Sat, 15 Sep 2007 13:28:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IWbRs-0005Q5-Dh for emacs-orgmode@gnu.org; Sat, 15 Sep 2007 13:28:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWbRs-0005Pa-2z for emacs-orgmode@gnu.org; Sat, 15 Sep 2007 13:28:52 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IWbRr-0001mY-OV for emacs-orgmode@gnu.org; Sat, 15 Sep 2007 13:28:51 -0400 In-Reply-To: <20070915163928.GE6682@odin.demosthenes.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: Russell Adams Cc: emacs-orgmode@gnu.org On Sep 15, 2007, at 18:39, Russell Adams wrote: > I assign a property :BUDGETED: to each item, with a numeric > value. When I switch to column view, most of the values for that > property are reset to 0. If you are in a tree and use a property that is computed, every entry that has children will get its BUDGETED value overwritten with the sum of its children. Maybe you try to set it in entries that have children? Don't, only set it in leaves. - Carsten