Re: [Orgmode] [PATCH 3/3] Some small fixes in org-registry.

2009-10-22 Thread Carsten Dominik
Applied, thanks. - Carsten On Oct 22, 2009, at 1:47 AM, Andreas Burtzlaff wrote: Here's a clean rewrite of org-registry-assoc-all and org-registry-find-all that also fixes a small bug: --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 8524c9f..313fc74 100644 ---

Re: [Orgmode] [PATCH 3/3] Some small fixes in org-registry.

2009-10-21 Thread Carsten Dominik
Applied, thanks. - Carsten On Oct 20, 2009, at 4:51 AM, James TD Smith wrote: org-registry-assoc-all removed matching links from the registry. This meant subsequent calls with the same parameters would return nothing. Add another function for finding entries in the register, which used

Re: [Orgmode] [PATCH 3/3] Some small fixes in org-registry.

2009-10-21 Thread Andreas Burtzlaff
Here's a clean rewrite of org-registry-assoc-all and org-registry-find-all that also fixes a small bug: --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 8524c9f..313fc74 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2009-10-22 Andreas Burtzlaff

[Orgmode] [PATCH 3/3] Some small fixes in org-registry.

2009-10-19 Thread James TD Smith
org-registry-assoc-all removed matching links from the registry. This meant subsequent calls with the same parameters would return nothing. Add another function for finding entries in the register, which used find-if to get entries satisfying a predicate. --- contrib/ChangeLog|9