org-export: Require info argument in some topology functions
commit5057ae0fc2c0d551a83d3c3e9bd621b751db9f09
authorNicolas Goaziou <n.goaziou@gmail.com>
Fri, 27 Jul 2012 14:13:57 +0000 (27 16:13 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Fri, 27 Jul 2012 14:16:04 +0000 (27 16:16 +0200)
treeb558c82239c72ca220ac37dfbbb0556d8cd14920
parentf3e264af56cab53cece3482b428824415a620b51
org-export: Require info argument in some topology functions

* contrib/lisp/org-export.el (org-export-first-sibling-p,
  org-export-last-sibling-p, org-export-get-previous-element,
  org-export-get-next-element): Add INFO argument.  This is necessary
  to ignore non-exportable elements or objects.
(org-export--skip-p): Apply signature change.
* testing/lisp/test-org-export.el: Add tests.
* contrib/lisp/org-e-odt.el (org-e-odt-footnote-reference): Apply
  signature change.
* contrib/lisp/org-e-latex.el (org-e-latex-footnote-reference,
  org-e-latex-headline, org-e-latex-table-cell): Apply signature
  change.
* contrib/lisp/org-e-html.el (org-e-html-footnote-reference,
  org-e-html-headline): Apply signature change.
* contrib/lisp/org-e-beamer.el (org-e-beamer-export-snippet,
  org-e-beamer--format-block): Apply signature change.
contrib/lisp/org-e-beamer.el
contrib/lisp/org-e-html.el
contrib/lisp/org-e-latex.el
contrib/lisp/org-e-odt.el
contrib/lisp/org-export.el
testing/lisp/test-org-export.el