From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Hawes Subject: Cannot convert to Odt Date: Wed, 10 Jul 2013 13:55:17 -0400 Message-ID: <87hag2b8qi.fsf@anx.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uwyc6-0005R3-4h for emacs-orgmode@gnu.org; Wed, 10 Jul 2013 13:55:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uwyc2-0005bG-Un for emacs-orgmode@gnu.org; Wed, 10 Jul 2013 13:55:38 -0400 Received: from mail1.bemta12.messagelabs.com ([216.82.251.1]:46789) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uwyc2-0005WB-OP for emacs-orgmode@gnu.org; Wed, 10 Jul 2013 13:55:34 -0400 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 Mode I am running Emacs 24.2 (installed from a bootstrapped pkgsrc) on Ubuntu Linux 12.04 When I try to convert my org doc to odt format, it fails. I have tried two different versions of org-mode. Version 7.8.11 that comes with Emacs 24.2 and the latest from GNU Emacs Elpa 8.0.5 This is the *Messages* buffer from org-version 7.8.11: http://pastebin.com/pFv8xZEk and from 8.0.5: http://pastebin.com/cYGRi2qM I have tried both from completely stripped .emacs files, and getting the same errors. I have an Ubuntu laptop at home with the same setup and no issues in converting org docs to odt. I caught the "No OpenOffice schema files are installed" message, and could not find these schema files in the git repository, nor were they installed from Elpa. Any ideas?