org-element: Fix error and infloop in `org-element-at-point'
commit3bc8c9647a55decc6c27cfdb8267de14d54d86d3
authorNicolas Goaziou <n.goaziou@gmail.com>
Fri, 15 Feb 2013 15:00:16 +0000 (15 16:00 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Fri, 15 Feb 2013 15:13:53 +0000 (15 16:13 +0100)
tree1e33cb501dad16a630760fd71488225bbcefc18c
parent94dbeedd4a259aaf8f644a9b65371452fc841e36
org-element: Fix error and infloop in `org-element-at-point'

* lisp/org-element.el (org-element-at-point): Return nil when in the
  first empty lines of the buffer.  Return headline when in empty
  lines just after the headline.
lisp/org-element.el