org-odt.el/ org-e-html.el/ org-e-odt.el: Needs new maintainers. [1] I am ceasing to work on the above exporters. [2] I am attaching the test files for the exporters and output that reflects current state of affairs. .emacs configuration ==================== (require 'org-inlinetask) (custom-set-variables ;; '(org-e-odt-prettify-xml t) '(org-e-odt-table-styles (quote (("OrgEquation" "OrgEquation" ((use-first-column-styles . t) (use-last-column-styles . t))) ("TableWithHeaderRowAndColumn" "Custom" ((use-first-row-styles . t) (use-first-column-styles . t))) ("TableWithFirstRowandLastRow" "Custom" ((use-first-row-styles . t) (use-last-row-styles . t)))))) '(org-latex-to-mathml-convert-command "java -jar %j -unicode -force -df %o %I ") '(org-latex-to-mathml-jar-file "/usr/local/bin/mathtoweb.jar")) Unit test files =============== test.org :: For use with old org-odt.el test-new.org :: For use with new org-e-odt.el (based on org-export.el) Version of branch it is tested against ====================================== kjambunathan@debian-6:~/src/org-mode$ git describe release_7.9-27-g9c1d338 kjambunathan@debian-6:~/src/org-mode$ git log --format=medium --no-walk commit 9c1d3388348386b64f63e60a9b37364957520f53 Author: Jambunathan K Date: Sun Aug 26 02:05:24 2012 +0530 org-e-odt.el: Support for indented tables. 1. Use element translation for description lists. 2. Handle low-level headlines. 3. Handle tables within listified headlines. Some crude changes for creating references to a list item. Also other misc changes. Current state of affairs ======================== test-new-dvipng.odt Option line has "LateX:dvipng" test-new-mathml.odt Option line has "LateX:t" test-new-h1-num2.odt Option line has "H:1 num:2" The third attachment which sets the option line to "H:1 num:2" exercises headline listification and support for indented tables. The output produced should validate against OpenDocument schema. There is good amount of effort spent here in getting it right. Footnotes: [1] I have made this proclamation twice in the past. I am afraid, this time it's going to stay. [2] If the maintainership of Orgmode project changes hands, please let me know. I can continue from where I left off. Or I am willing to negotiate independently with Emacs maintainers about inclusion of org-e-odt.el once org-export.el makes it's way in to Emacs proper. Or If that doesn't work, I can move it to GNU ELPA. Or I will simply let it go.