From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ista Zahn Subject: New exporter (org-e-odt) not creating content.xml Date: Mon, 26 Nov 2012 17:44:00 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52274) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Td7Pb-0002kJ-1i for emacs-orgmode@gnu.org; Mon, 26 Nov 2012 17:44:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Td7PZ-00019w-MN for emacs-orgmode@gnu.org; Mon, 26 Nov 2012 17:44:22 -0500 Received: from mail-vc0-f169.google.com ([209.85.220.169]:37645) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Td7PZ-00019m-IT for emacs-orgmode@gnu.org; Mon, 26 Nov 2012 17:44:21 -0500 Received: by mail-vc0-f169.google.com with SMTP id gb30so6090710vcb.0 for ; Mon, 26 Nov 2012 14:44:20 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Mailinglist I can't seem to get the new odt exporter working on my Windows machine at work (it works fine on Linux at home). 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 Comparing with the old exporter (i.e., 'C-e o') I find M Filemode Length Date Time File - ---------- -------- ----------- -------- --------------------- -rw-rw-rw- 39 26-Nov-2012 17:31:00 mimetype -rw-rw-rw- 25556 26-Nov-2012 17:31:00 content.xml drwxrwxrwx 0 26-Nov-2012 17:31:00 meta-inf/ -rw-rw-rw- 573 26-Nov-2012 17:31:00 META-INF/manifest.xml -rw-rw-rw- 807 26-Nov-2012 17:31:00 meta.xml -rw-rw-rw- 67037 26-Nov-2012 17:31:00 styles.xml - ---------- -------- ----------- -------- --------------------- 94012 6 files 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. Thanks for any suggestions, and please let me know what other information I can provide to make it easier for you to help me. Best, Ista