Dave Marquardt <davem...@us.ibm.com> writes: > Jambunathan K <kjambunat...@gmail.com> writes: > >> Dave Marquardt <davem...@us.ibm.com> writes: >> >>> Bastien <b...@altern.org> writes: >>> >>>> as the subject says. Please all test this heavily and report >>>> any problems. This will be part of Org 7.8 and soon in Emacs. >>>> >>>> Thanks a lot to Jambunathan for all this efforts, let's make >>>> sure everything is smooth before the release! >>> >>> I installed Org 7.8.02 by downloading the tarball, untarring it, running >>> make, then make install install-info. When I run org-export-as-odt by >>> C-c C-e o, I get this message: >>> >>> Cannot find factory styles file. Check package dir layout >>> >>> Setting debug-on-error, I get this traceback. >> >> Did the suggestions in the followup posts work for you? Could you please >> confirm. > > I haven't had time to check. I worked around the problem for now by > installing the style files by hand.
I tried again with a clean /usr/local/share/emacs/site-lisp. I ran "make all" and "make install install-info", and then tried to export a file to ODT. No change, same problem. I believe the problem is that the install target in the Makefile doesn't copy the style files to $(prefix)/share/emacs/etc/styles or $(prefix)/share/emacs/site-lisp/etc/styles as the code expects. -Dave