org-element: Small optimization
commitfd877a73809e290a8425b3dced94ae4d5b425cd2
authorNicolas Goaziou <n.goaziou@gmail.com>
Sun, 19 Jan 2014 14:06:09 +0000 (19 15:06 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sun, 19 Jan 2014 14:06:09 +0000 (19 15:06 +0100)
tree02f00d582d7ac4f6ce086f2a6126959eb4354061
parentcd3bc12a29b7a62a23fc408edf9b81573c5c8d19
org-element: Small optimization

* lisp/org-element.el (org-element-at-point): Do not call
  `outline-next-heading' when an element at top level contains point.
  This is particularly important when the current section ends way
  after the point.
lisp/org-element.el