From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Belpaire Subject: Testing org-export-as-odt-and-open Date: Sat, 24 Sep 2011 22:41:41 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7av4-0002Wp-Db for emacs-orgmode@gnu.org; Sat, 24 Sep 2011 18:42:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R7av2-0007gn-OM for emacs-orgmode@gnu.org; Sat, 24 Sep 2011 18:42:02 -0400 Received: from lo.gmane.org ([80.91.229.12]:48974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7av2-0007ga-8k for emacs-orgmode@gnu.org; Sat, 24 Sep 2011 18:42:00 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R7auv-0002q4-Mz for emacs-orgmode@gnu.org; Sun, 25 Sep 2011 00:41:53 +0200 Received: from AAubervilliers-154-1-33-186.w90-3.abo.wanadoo.fr ([90.3.128.186]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 Sep 2011 00:41:53 +0200 Received: from eric.belpaire by AAubervilliers-154-1-33-186.w90-3.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 Sep 2011 00:41:53 +0200 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@gnu.org Hello I'm testing org-export-as-odt-and-open on Jambunathan's test.org file. I get error message "Unable to create odt file (53)". Is this caused by the fact that files are created in different directories? a) org-export-as-odt-and-open creates the file e:/User/home/pub_html/test.odt wheras b) the xml files are written in directory c:/Documents and Settings/GCVD3476/Local Settings/Temp/odt-4928fzB/ The debugger is entered when: Creating odt file using "zip -rmTq test.odt ." Did I forget to configure some variable or should I configure variable org-export-publishing-directory (currently: "e:/User/home/pub_html/") differently? Below an extract from *Messages* and *Backtrace* buffers. Cordially, Eric Export buffer: Exporting to ODT using org-lparse... Using vacuous schema [3 times] c:/DOCUME~1/User/LOCALS~1/Temp/odt-4928fzB/content.xml and c:/Documents and Settings/User/Local Settings/Temp/odt-4928fzB/content.xml are the same file org-babel-exp processing... [3 times] Position saved to mark ring, go back with C-c &. executing Org code block... "* Some Appointment SCHEDULED: <2010-11-17 Wed>" org-babel-exp processing... Use of MathJax is incompatible with ODT exporter. Using verbatim instead. Exporting... Embedding ./org-mode-unicorn.png as Pictures/691b2c669141aa68f784d83e5c853f2b350b445f.png ... [5 times] Found table.el-type table in the source org file. table.el doesn't support ODT backend. Skipping ahead ... [2 times] Using schema ~/.emacs.d/elpa/org-odt-20110702/contrib/odt/etc/schema/od-schema-v1.2-cs01.rnc ODT export done, pushed to kill ring and clipboard Using schema ~/.emacs.d/elpa/org-odt-20110702/contrib/odt/etc/schema/od-schema-v1.2-cs01.rnc (No changes need to be saved) Switching to directory c:/Documents and Settings/User/Local Settings/Temp/odt-4928fzB/ Saving file c:/Documents and Settings/User/Local Settings/Temp/odt-4928fzB/META-INF/manifest.xml... Wrote c:/Documents and Settings/User/Local Settings/Temp/odt-4928fzB/META-INF/manifest.xml Saving file c:/Documents and Settings/User/Local Settings/Temp/odt-4928fzB/content.xml... Wrote c:/Documents and Settings/User/Local Settings/Temp/odt-4928fzB/content.xml Saving file c:/Documents and Settings/User/Local Settings/Temp/odt-4928fzB/meta.xml... Wrote c:/Documents and Settings/User/Local Settings/Temp/odt-4928fzB/meta.xml Saving file c:/Documents and Settings/User/Local Settings/Temp/odt-4928fzB/styles.xml... Wrote c:/Documents and Settings/User/Local Settings/Temp/odt-4928fzB/styles.xml Creating odt file using "zip -rmTq test.odt ." Entering debugger... Debugger entered--Lisp error: (error "Unable to create odt file (53)") signal(error ("Unable to create odt file (53)")) error("Unable to create odt file (%S)" 53) org-odt-save-as-outfile("e:/User/home/pub_html/test.odt" (:latex-image-options nil :exclude-tags ("noexport") :select-tags ("export") :publishing-directory "~/pub_html" :timestamp nil :expand-quoted-html t :html-table-tag "" :xml-declaration (("html" . "") ("php" . "\"; ?>")) :html-postamble auto :html-preamble t :html-extension "html" :inline-images maybe :convert-org-links t :agenda-style "" :style-extra "" :style "" :style-include-scripts t :style-include-default t :table-auto-headline t :tables t :time-stamp-file t :creator-info t :email-info nil :author-info t :email "kjambunathan@gmail.com" ...)) org-do-lparse(nil hidden nil nil nil nil) org-lparse("odt" "odt" nil hidden) org-lparse-and-open("odt" "odt" nil) org-export-as-odt-and-open(nil) call-interactively(org-export-as-odt-and-open) org-export(nil) call-interactively(org-export nil nil)