From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Cannot convert to Odt Date: Wed, 10 Jul 2013 23:41:28 +0530 Message-ID: <871u765lpr.fsf@gmail.com> References: <87hag2b8qi.fsf@anx.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwzgY-0007HL-PO for emacs-orgmode@gnu.org; Wed, 10 Jul 2013 15:04:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwzgX-0004bB-EB for emacs-orgmode@gnu.org; Wed, 10 Jul 2013 15:04:18 -0400 Received: from mail-pb0-x235.google.com ([2607:f8b0:400e:c01::235]:52973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uwypt-0002Ai-W1 for emacs-orgmode@gnu.org; Wed, 10 Jul 2013 14:09:54 -0400 Received: by mail-pb0-f53.google.com with SMTP id xb12so6961909pbc.26 for ; Wed, 10 Jul 2013 11:09:53 -0700 (PDT) In-Reply-To: <87hag2b8qi.fsf@anx.com> (Tim Hawes's message of "Wed, 10 Jul 2013 13:55:17 -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: Tim Hawes Cc: emacs-orgmode Mode Tim Hawes writes: > 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. Both the 7.8 and 8.0 exporter has the following messages. sh-syntax-propertize-function: Beginning of buffer bash OpenDocument export failed: Beginning of buffer (New file) It may have something to do with what you have in your Org file. Try "minimizing" your Org file one by one until you find where the problem is. > 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? Schema files are important only if you were to debug the XML emitted by the exporter. See Info manual for more information.