Re: [Orgmode] org-choose bugfix - whoops

2009-04-09 Thread Carsten Dominik
Hi Tom, On Apr 9, 2009, at 2:05 AM, Tom Breton (Tehom) wrote: My previous fix was mistaken. Not sure why it passed tests; I have two theories. Regardless, it was wrong. Current `(org-outline-level)' seems the correct LEVEL= matcher argument to make `org-map-entries' find only an item's

Re: [Orgmode] org-choose bugfix

2009-04-08 Thread Carsten Dominik
Applied, thanks. - Carsten On Apr 7, 2009, at 2:13 AM, Tom Breton (Tehom) wrote: I don't know how this slipped by me before, and I was sure that I had run the test suite and validated the previous fix, but I just noticed a serious bug, and patched it. The bug is that org-choose uses the

Re: [Orgmode] org-choose bugfix - whoops

2009-04-08 Thread Tom Breton (Tehom)
My previous fix was mistaken. Not sure why it passed tests; I have two theories. Regardless, it was wrong. Current `(org-outline-level)' seems the correct LEVEL= matcher argument to make `org-map-entries' find only an item's immediate children. (Operated on by `org-reduced-level' of course) I

[Orgmode] org-choose bugfix

2009-02-23 Thread Tom Breton (Tehom)
Here is a bugfix for org-choose that I've been meaning to post. The bug was this: When looking for alternatives, it looks at the whole tree, not just the immediate children. Now fixed. Patch is attached. Tom Breton (Tehom) org-choose.el.diff Description: Binary data

Re: [Orgmode] org-choose bugfix

2009-02-23 Thread Manish
On Tue, Feb 24, 2009 at 6:21 AM, Tom Breton (Tehom) wrote: Here is a bugfix for org-choose that I've been meaning to post. The bug was this: When looking for alternatives, it looks at the whole tree, not just the immediate children. Now fixed. Patch is attached. This seems to be already