org-element: Fix search failed error in `org-element-context'
commit9f737bdf1408d29a618cdab71eefe379b9f13476
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 11 Feb 2016 08:47:54 +0000 (11 09:47 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 11 Feb 2016 08:47:54 +0000 (11 09:47 +0100)
tree35e487b4548b19c9d6817399a69a2a0b52570835
parent6e88bf07d1f23cf59038744f620fb3056cf0dd63
org-element: Fix search failed error in `org-element-context'

* lisp/org-element.el (org-element-context): Make sure point is on tag
  line before searching for it.

* testing/lisp/test-org-element.el (test-org-element/context): Add test.
  Small refactoring.

Reported-by: Kaushal Modi <kaushal.modi@gmail.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/105018>
lisp/org-element.el
testing/lisp/test-org-element.el