org-export: New function `org-export-get-parent'
commit40e42b9dca28d200564d985029ce9943844a4994
authorNicolas Goaziou <n.goaziou@gmail.com>
Wed, 22 Feb 2012 16:46:59 +0000 (22 17:46 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Wed, 22 Feb 2012 17:23:44 +0000 (22 18:23 +0100)
tree8ef296d08d037a264b99716038de54c447ae5a26
parent620f1d5181fcd831544fca6ba39618bc0d9021b8
org-export: New function `org-export-get-parent'

* contrib/lisp/org-export.el (org-export-get-parent): New function.
(org-export-data, org-export-get-previous-element,
org-export-get-next-element): Use new function.
* EXPERIMENTAL/org-e-ascii.el (org-e-ascii-item): Use new function.
  Refactor code.
(org-e-ascii-paragraph): Use new function.
* EXPERIMENTAL/org-e-latex.el (org-e-latex-item): Use new function.
* EXPERIMENTAL/org-e-html.el (org-e-html-item): Use new function.
* EXPERIMENTAL/org-e-odt.el (org-e-odt-item): Use new function.
EXPERIMENTAL/org-e-ascii.el
EXPERIMENTAL/org-e-html.el
EXPERIMENTAL/org-e-latex.el
EXPERIMENTAL/org-e-odt.el
contrib/lisp/org-export.el