forgot to send to orgmode ml, so resending (apologies j) On Wed, Nov 10, 2010 at 1:58 PM, Matt Price wrote: > > On Wed, Nov 10, 2010 at 11:14 AM, Jambunathan K wrote: > >> >> I am unable to reproduce the said behaviour. >> >> From my work-area (which is same as that in git), the odt produced is >> valid. I am attaching the odts produced in my work area. Let me know if >> what is attached is not what you expect. >> >> Are you running the latest in git? Just to be sure delete all the .odts >> in your work area before exporting. May be there is a difference in your >> setup and mine that is causing this bug. >> > > I think it must be a difference in the setup -- the odts I produce will not > load in openoffice (see attached). The ones you've sent me are, instead, > perfect... I will do some testing soon, but will need to set up a minimal > environment first, and i'm pretty busy. Meanwhile I will gnash my teeth > that this perfect [olution isn't working for me right now! Best, > Matt > just doing some incremental checking: - git of org-odt is up to date, but my setup.el is very slightly customized: ----------------------- $ git diff diff --git a/contrib/odt/setup.el b/contrib/odt/setup.el index 0cff367..8625a7a 100755 --- a/contrib/odt/setup.el +++ b/contrib/odt/setup.el @@ -2,7 +2,7 @@ ;; OpenDocument-schema-v1.1.rnc resides (setq org-odt-contrib-dir (expand-file-name - "../contrib/odt/" (file-name-directory (locate-library "org-odt")))) + "/home/matt/src/org-odt/contrib/odt/" (file-name-directory (locate-library "org-odt")))) ;; archive mode (setq auto-mode-alist ------------------------- - my org-mode is very slightly older than yours -- about a month old now; - my emacs-snapshot is over a year out of date, though [note:just updated to 20101031, no change in behaviour]; - starting with emacs-snapshot -q and then manually loading org-odt.el did not help me with my problem, so the issue is apparently not with my .emacs or related startup files Thanks for your help, and if you see anything obvious in this let me know? Thanks, Matt