From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: New exporter (org-e-odt) not creating content.xml Date: Tue, 27 Nov 2012 08:57:45 +0530 Message-ID: <878v9n67ym.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42026) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdBnP-0004Wt-R3 for emacs-orgmode@gnu.org; Mon, 26 Nov 2012 22:25:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TdBnO-0007oq-JF for emacs-orgmode@gnu.org; Mon, 26 Nov 2012 22:25:15 -0500 Received: from mail-da0-f41.google.com ([209.85.210.41]:45538) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdBnO-0007no-0M for emacs-orgmode@gnu.org; Mon, 26 Nov 2012 22:25:14 -0500 Received: by mail-da0-f41.google.com with SMTP id e20so3934608dak.0 for ; Mon, 26 Nov 2012 19:25:12 -0800 (PST) In-Reply-To: (Ista Zahn's message of "Mon, 26 Nov 2012 17:44:00 -0500") 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: Ista Zahn Cc: emacs-orgmode Mailinglist I switched from Windows XP to a Debian few months back. I am not sure what would make content.xml disappear. Let me investigate... Meanwhile, check your messages buffer and see whether something looks suspicious. Following log is from Debian, it tells what the exporter/Emacs is doing. Specfically note where it creates the content.xml file. ,---- | Wrote /tmp/odt-1968Zlo/meta.xml | Using schema ~/src/org-mode/etc/schema/od-schema-v1.2-os.rnc [2 times] | Saving file /tmp/odt-1968Zlo/styles.xml... | Wrote /tmp/odt-1968Zlo/styles.xml | Wrote /tmp/odt-1968Zlo/mimetype | Using vacuous schema | Saving file /tmp/odt-1968Zlo/META-INF/manifest.xml... | Wrote /tmp/odt-1968Zlo/META-INF/manifest.xml | Saving file /tmp/odt-1968Zlo/content.xml... | Wrote /tmp/odt-1968Zlo/content.xml | (No changes need to be saved) | Creating ODT file... | Running zip -mX0 test-new.odt mimetype | Running zip -rmTq test-new.odt . | Created /home/kjambunathan/Desktop/scraps/test-new.odt | Parsing archive file...done. | Running soffice -no-oosplash --writer /home/kjambunathan/Desktop/scraps/test-new.odt...done `---- Ista Zahn writes: > 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 > > --