Hi, Ista,
Da: Ista Zahn <istaz...@gmail.com> Inviato: Lunedì 26 Novembre 2012 23:44 > I can't seem to get the new odt exporter working on my Windows machine > at work (it works fine on Linux at home). [...] > So it seems that the new exporter is not creating content.xml, or > META-INF/manifest.xml. Again this only happens on Windows. It is > reproducible every time, and is reproducible starting with emacs -q > and then loading only org and org-e-odt. > > Specifically, when I call > 'M-x export-dispatch o o' I get an odt archive with the following > contents. > > M Filemode Length Date Time File >- ---------- -------- ----------- -------- ---------- > -rw-rw-rw- 39 26-Nov-2012 17:31:16 mimetype > drwxrwxrwx 0 26-Nov-2012 17:31:16 meta-inf/ > -rw-rw-rw- 782 26-Nov-2012 17:31:16 meta.xml > -rw-rw-rw- 66559 26-Nov-2012 17:31:16 styles.xml >- ---------- -------- ----------- -------- ---------- > 67380 4 files Like Rainer I cannot reproduce. what is - your org-version ? - emacs version? - are you under cygwin ? Here: Org-mode version 7.9.2 (d344fda @ GNU Emacs 24.2.1 (i386-mingw-nt6.1.7601) of 2012-08-29 on MARVIN Windows 7 with my .emacs: (require 'org) ... (require 'org-export) (require 'org-e-odt) .... I call with M-x export-dispatch 3 o o (3 is to select the subtree) With this subtree: ----------------------------------- *** test test B /b/ *g* +Carsten+ **** test 2 hello --------------------------------------- **** *Message* buffer: Using vacuous schema Unknown LaTeX option. Forcing verbatim. Formatting LaTeX using verbatim Wrote c:/Users/. ./AppData/Local/Temp/odt-3456fvm/meta.xml Using schema c:/Users/. ./programs/emacs-o/org/etc/schema/od-schema-v1.2-cs01.rnc [2 times] Saving file c:/Users/. ./AppData/Local/Temp/odt-3456fvm/styles.xml... Wrote c:/Users/. ./AppData/Local/Temp/odt-3456fvm/styles.xml Wrote c:/Users/. ./AppData/Local/Temp/odt-3456fvm/mimetype Using vacuous schema Saving file c:/Users/. ./AppData/Local/Temp/odt-3456fvm/META-INF/manifest.xml... Wrote c:/Users/. ./AppData/Local/Temp/odt-3456fvm/META-INF/manifest.xml Saving file c:/Users/. ./AppData/Local/Temp/odt-3456fvm/content.xml... Wrote c:/Users/. ./AppData/Local/Temp/odt-3456fvm/content.xml (No changes need to be saved) Creating ODT file... Running c:/Users/. ./programs/zip/bin/zip -mX0 test.odt mimetype Running c:/Users/. ./programs/zip/bin/zip -rmTq test.odt . Created c:/Users/. ./AppData/Roaming/test.odt Parsing archive file...done. **** file test.odt: M Filemode Length Date Time File - ---------- -------- ----------- -------- --------------------- -rw-rw-rw- 39 27-Nov-2012 09:23:16 mimetype -rw-rw-rw- 21823 27-Nov-2012 09:23:16 content.xml drwxrwxrwx 0 27-Nov-2012 09:23:16 meta-inf/ -rw-rw-rw- 573 27-Nov-2012 09:23:16 META-INF/manifest.xml -rw-rw-rw- 818 27-Nov-2012 09:23:16 meta.xml -rw-rw-rw- 66559 27-Nov-2012 09:23:16 styles.xml - ---------- -------- ----------- -------- --------------------- 89812 6 files cheers, Giovanni