emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug - properties in 5.08
@ 2007-09-14 20:47 Russell Adams
  2007-09-14 21:07 ` Russell Adams
  2007-09-15 10:40 ` Carsten Dominik
  0 siblings, 2 replies; 8+ messages in thread
From: Russell Adams @ 2007-09-14 20:47 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Bug - properties in 5.08
  2007-09-14 20:47 Bug - properties in 5.08 Russell Adams
@ 2007-09-14 21:07 ` Russell Adams
  2007-09-15  9:44   ` Carsten Dominik
  2007-09-15 10:42   ` Carsten Dominik
  2007-09-15 10:40 ` Carsten Dominik
  1 sibling, 2 replies; 8+ messages in thread
From: Russell Adams @ 2007-09-14 21:07 UTC (permalink / raw)
  To: emacs-orgmode

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:

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Bug - properties in 5.08
  2007-09-14 21:07 ` Russell Adams
@ 2007-09-15  9:44   ` Carsten Dominik
  2007-09-15 10:42   ` Carsten Dominik
  1 sibling, 0 replies; 8+ messages in thread
From: Carsten Dominik @ 2007-09-15  9:44 UTC (permalink / raw)
  To: Russell Adams; +Cc: emacs-orgmode


On Sep 14, 2007, at 23:07, Russell Adams wrote:

> 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 don't know about this, have not had time to check this.

>
> 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 is a bug all right, workaround it to have a level 1 headline,
an to leave the first line in the buffer empty.

- Carsten

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Bug - properties in 5.08
  2007-09-14 20:47 Bug - properties in 5.08 Russell Adams
  2007-09-14 21:07 ` Russell Adams
@ 2007-09-15 10:40 ` Carsten Dominik
  1 sibling, 0 replies; 8+ messages in thread
From: Carsten Dominik @ 2007-09-15 10:40 UTC (permalink / raw)
  To: Russell Adams; +Cc: emacs-orgmode


On Sep 14, 2007, at 22:47, 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).

Should be fixed in 5.09.

- Carsten

>
> 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
>
>

--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Bug - properties in 5.08
  2007-09-14 21:07 ` Russell Adams
  2007-09-15  9:44   ` Carsten Dominik
@ 2007-09-15 10:42   ` Carsten Dominik
  2007-09-15 16:39     ` Russell Adams
  1 sibling, 1 reply; 8+ messages in thread
From: Carsten Dominik @ 2007-09-15 10:42 UTC (permalink / raw)
  To: Russell Adams; +Cc: emacs-orgmode


On Sep 14, 2007, at 23:07, Russell Adams wrote:

> 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.


Can you please describe in more detail what you believe is a bug?

Thanks.

- Carsten

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Bug - properties in 5.08
  2007-09-15 10:42   ` Carsten Dominik
@ 2007-09-15 16:39     ` Russell Adams
  2007-09-15 17:28       ` Carsten Dominik
  0 siblings, 1 reply; 8+ messages in thread
From: Russell Adams @ 2007-09-15 16:39 UTC (permalink / raw)
  To: emacs-orgmode

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.

I can't duplicate that one in the test file I sent yesterday, it may
be more specific to content or layout.

I'll upgrade to 5.09 and see if it works.

Thanks.


On Sat, Sep 15, 2007 at 12:42:08PM +0200, Carsten Dominik wrote:
> 
> On Sep 14, 2007, at 23:07, Russell Adams wrote:
> 
> >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.
> 
> 
> Can you please describe in more detail what you believe is a bug?
> 
> Thanks.
> 
> - Carsten
> 
> 
> 
> _______________________________________________
> 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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Bug - properties in 5.08
  2007-09-15 16:39     ` Russell Adams
@ 2007-09-15 17:28       ` Carsten Dominik
  2007-09-15 18:24         ` Russell Adams
  0 siblings, 1 reply; 8+ messages in thread
From: Carsten Dominik @ 2007-09-15 17:28 UTC (permalink / raw)
  To: Russell Adams; +Cc: emacs-orgmode


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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Bug - properties in 5.08
  2007-09-15 17:28       ` Carsten Dominik
@ 2007-09-15 18:24         ` Russell Adams
  0 siblings, 0 replies; 8+ messages in thread
From: Russell Adams @ 2007-09-15 18:24 UTC (permalink / raw)
  To: emacs-orgmode

Same file, same layout.

With my data versus the cleared file I posted, every time I try to
change the property, it reverts to 0.

I could mail you the file offlist.

I'm in column mode, the BUDGETED property for a single item shows 0.
I press 'e' to edit it, and it prompts me for a value. I specify a new
value, and it stays 0.

Thanks!

On Sat, Sep 15, 2007 at 07:28:46PM +0200, Carsten Dominik wrote:
> 
> 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
> 
> 
> 
> _______________________________________________
> 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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-09-15 18:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-14 20:47 Bug - properties in 5.08 Russell Adams
2007-09-14 21:07 ` Russell Adams
2007-09-15  9:44   ` Carsten Dominik
2007-09-15 10:42   ` Carsten Dominik
2007-09-15 16:39     ` Russell Adams
2007-09-15 17:28       ` Carsten Dominik
2007-09-15 18:24         ` Russell Adams
2007-09-15 10:40 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).