org-element: Remove dependency on org-footnote predicates
commit8453ac1bf327015a2f587f69eaae3d64eeca3219
authorNicolas Goaziou <n.goaziou@gmail.com>
Fri, 6 Apr 2012 21:50:00 +0000 (6 23:50 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Fri, 6 Apr 2012 21:50:00 +0000 (6 23:50 +0200)
treebf5c73fed90409011e4c464426b4afe145488019
parent4019559ee2f9aba372860b59c35d25de03761605
org-element: Remove dependency on org-footnote predicates

* contrib/lisp/org-element.el (org-element-footnote-definition-parser):
  Remove the need for `org-footnote-at-definition-p'.
  (org-element-footnote-reference-parser): Remove the need for
  `org-footnote-at-reference-p'.
(org-element-footnote-reference-successor): Do not use
`org-footnote-get-next-reference'.
* testing/lisp/test-org-element.el: Add test.
contrib/lisp/org-element.el
testing/lisp/test-org-element.el