org-element: Fix footnote definition parsing
commit7b4d8bb614552ff4665825ed6aa36905c4a48514
authorNicolas Goaziou <n.goaziou@gmail.com>
Wed, 11 Sep 2013 15:07:09 +0000 (11 17:07 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Wed, 11 Sep 2013 15:12:26 +0000 (11 17:12 +0200)
treefa7cc3d434bc5ca3e565718e2d9af83e6eeab6d3
parentaf9c0fbf9143883ce31478a137a60cc69428d4d4
org-element: Fix footnote definition parsing

* lisp/org-element.el (org-element-footnote-definition-parser): Fix
  value for :contents-begin when first line of footnote definition is
  empty besides the label.
* testing/lisp/test-org-element.el (test-org-element/footnote-definition-parser):
  Add test.
lisp/org-element.el
testing/lisp/test-org-element.el