Re: [O] [PATCH 1/5] Extend scope 'region to include body of last headline in active region

2011-08-29 Thread David Maus
Hi Carsten, At Thu, 25 Aug 2011 07:40:52 +0200, Carsten Dominik wrote: > > > On 25.8.2011, at 06:25, David Maus wrote: > > > * org.el (org-map-entries): Extend scope 'region to include entire > > body of last headline in active region. > > --- > > lisp/org.el |8 ++-- > > 1 files changed, 6

Re: [O] [PATCH 1/5] Extend scope 'region to include body of last headline in active region

2011-08-24 Thread Carsten Dominik
On 25.8.2011, at 06:25, David Maus wrote: > * org.el (org-map-entries): Extend scope 'region to include entire > body of last headline in active region. > --- > lisp/org.el |8 ++-- > 1 files changed, 6 insertions(+), 2 deletions(-) > > diff --git a/lisp/org.el b/lisp/org.el > index de8c7

[O] [PATCH 1/5] Extend scope 'region to include body of last headline in active region

2011-08-24 Thread David Maus
* org.el (org-map-entries): Extend scope 'region to include entire body of last headline in active region. --- lisp/org.el |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index de8c72b..b69b77c 100644 --- a/lisp/org.el +++ b/lisp/org.el @@