Re: [Orgmode] [PATCH] Fix before first heading check

2010-12-20 Thread Carsten Dominik
Applied, thanks. - Carsten On Dec 19, 2010, at 10:32 PM, Bernt Hansen wrote: * lisp/org.el (org-before-first-heading-p): If point is on an org- mode heading line then we are not before the first heading If point is anywhere on the first line of the first heading then we are not before the fi

[Orgmode] [PATCH] Fix before first heading check

2010-12-19 Thread Bernt Hansen
* lisp/org.el (org-before-first-heading-p): If point is on an org-mode heading line then we are not before the first heading If point is anywhere on the first line of the first heading then we are not before the first heading. This makes org-before-first-heading-p returns t instead of nil when o