From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell Adams Subject: Re: Bug - properties in 5.08 Date: Fri, 14 Sep 2007 16:07:54 -0500 Message-ID: <20070914210754.GD6682@odin.demosthenes.org> References: <20070914204735.GC6682@odin.demosthenes.org> 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 1IWION-00005e-UA for emacs-orgmode@gnu.org; Fri, 14 Sep 2007 17:07:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IWION-00005E-Bp for emacs-orgmode@gnu.org; Fri, 14 Sep 2007 17:07:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWION-000058-8l for emacs-orgmode@gnu.org; Fri, 14 Sep 2007 17:07:59 -0400 Received: from squirtle.drak.net ([72.52.144.201]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IWIOM-0005ys-Mw for emacs-orgmode@gnu.org; Fri, 14 Sep 2007 17:07:58 -0400 Received: from 206.180.154.177.adsl.hal-pc.org ([206.180.154.177] helo=localhost) by squirtle.drak.net with esmtpa (Exim 4.68) (envelope-from ) id 1IWIOB-0005tl-TI for emacs-orgmode@gnu.org; Fri, 14 Sep 2007 16:07:48 -0500 Content-Disposition: inline In-Reply-To: <20070914204735.GC6682@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: emacs-orgmode@gnu.org Hrm. I'm trying to use the new properties and columns view to give me a quick spreadsheet summary of costs for a housing project and org keeps replacing my numbers with 0's. I created a simple test file from scratch, it works. See below, test.org. I isolated what I was working on to a single tree, tossed it in its own file, removed all leaves and extra data, and it still hangs. Easy way to tell is go into column view, and try to hit "e" to edit the BUDGETED column next to roofing. Emacs goes into a tight loop, CPU 100%, have to cancel with ^G. See below, test2.org. This may be two separate problems, or related... Can anyone help shine a light on it? I dont' recall that gnu.org allows attachments, everything is pasted past the sig. Thanks! On Fri, Sep 14, 2007 at 03:47:35PM -0500, Russell Adams wrote: > I just upgraded to emacs 22 and org-mode 5.08 to start using > properties and column mode, and I noticed that org goes into a runaway > state when I try to use C-c C-c s to set a property in a subwindow(?) > (ie: C-c C-x b on an item to open a item subtree in another buffer). > > Thanks! > > ------------------------------------------------------------------ > Russell Adams RLAdams@AdamsInfoServ.com > > PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ > > Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3 > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode ------------------------------------------------------------------ Russell Adams RLAdams@AdamsInfoServ.com PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3 ===== test.org ================================================== * Heading ** Heading *** Heading 1 :PROPERTIES: :COLUMNS: %35ITEM %8TODO %12BUDGETED{+} :END: **** Heading Two :PROPERTIES: :BUDGETED: 125 :END: **** Heading Three :PROPERTIES: :BUDGETED: 234 :END: **** Heading Four :PROPERTIES: :BUDGETED: 345 :END: **** Heading Five :PROPERTIES: :BUDGETED: 456 :END: ================================================================= ===== test2.org ================================================= ** TODO Home Improvement 9/07 :PROPERTIES: :COLUMNS: %35ITEM %8TODO %12BUDGETED{+} :END: *** TODO Loan *** TODO Roofing :REQUIRED: :PROPERTIES: :BUDGETED: 0 :END: *** TODO Level Foundation :REQUIRED: :PROPERTIES: :BUDGETED: 0 :END: *** TODO Replace Remaining Windows & Patio Door :REQUIRED: :PROPERTIES: :BUDGETED: 1500 :END: *** TODO Flooring :REQUIRED: *** TODO Attic Insulation :OPTIONAL: :PROPERTIES: :BUDGETED: 0 :END: *** TODO Kitchen Cabinets :OPTIONAL: :PROPERTIES: :BUDGETED: 1000 :END: *** TODO Master Bathroom Shower :OPTIONAL: *** TODO AC Work / Vents :OPTIONAL: :PROPERTIES: :BUDGETED: 0 :END: ==================================================================