contrib/lisp/org-export: Improve footnote API
commit27480a2ee72f09e79fcadaf95338ac2a961a7faa
authorNicolas Goaziou <n.goaziou@gmail.com>
Fri, 23 Dec 2011 13:46:20 +0000 (23 14:46 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Fri, 23 Dec 2011 15:24:13 +0000 (23 16:24 +0100)
tree5c4ca4cacaaa51ce20f80534f87fdab944cd98c8
parent314e2647d779f25ebb3403ae731438eac0d07372
contrib/lisp/org-export: Improve footnote API

* contrib/lisp/org-export.el (org-export-initial-options): Rename
  `:footnotes-labels-alist' property into `:footnote-definition-alist'
  for consistency.  Add comments to code.
(org-export-persistent-properties-list): Apply previous renaming.
(org-export-update-info): Rename `:seen-footnote-labels' into
  `footnote-seen-labels'.
(org-export-collect-footnote-definitions,
org-export-footnote-first-reference-p,
org-export-get-footnote-definition,
org-export-get-footnote-number): New functions.
contrib/lisp/org-export.el