org-element: Fix footnote definition parsing
commit7d0104f44933d924261ca254528557a4f10cdc76
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 14 Jan 2016 08:31:24 +0000 (14 09:31 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 14 Jan 2016 08:40:43 +0000 (14 09:40 +0100)
tree72fd27e4e49f467ed0370b1fe266d78d6274f225
parent6c6b94e2747af3c45b37a4b050838ca4a422ca19
org-element: Fix footnote definition parsing

* lisp/org-element.el (org-element--footnote-separator): New variable.
(org-element-footnote-definition-parser): Handle footnotes with
affiliated keywords.

* testing/lisp/test-org-element.el (test-org-element/footnote-definition-parser):
Add test.
lisp/org-element.el
testing/lisp/test-org-element.el