emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Bug - properties in 5.08


From: Russell Adams
Subject: Re: [Orgmode] Bug - properties in 5.08
Date: Fri, 14 Sep 2007 16:07:54 -0500
User-agent: Mutt/1.5.13 (2006-08-11)

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                            address@hidden
> 
> 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.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
------------------------------------------------------------------
Russell Adams                            address@hidden

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:

==================================================================




reply via email to

[Prev in Thread] Current Thread [Next in Thread]