org-footnote: Don't grab trailing blank lines in a footnote definition
commit4019559ee2f9aba372860b59c35d25de03761605
authorNicolas Goaziou <n.goaziou@gmail.com>
Fri, 6 Apr 2012 17:14:51 +0000 (6 19:14 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Fri, 6 Apr 2012 17:14:51 +0000 (6 19:14 +0200)
tree95a468fdb04d3627629905fe1d8909814b2efc28
parent8cded57cdbb6c801b011a0222782e4b308bd17db
org-footnote: Don't grab trailing blank lines in a footnote definition

* lisp/org-footnote.el (org-footnote-at-definition-p): Don't grab
  trailing blank lines in a footnote definition.
(org-footnote-delete-definitions): Remove both footnote definition and
trailing blank lines.
* testing/lisp/test-org-export.el (test-org-export/fuzzy-links): Fix
  a docstring.
* contrib/lisp/org-element.el (org-element-footnote-definition-parser):
  Apply change to footnote definitions.
contrib/lisp/org-element.el
lisp/org-footnote.el
testing/lisp/test-org-export.el