From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: ODT Exporter Date: Tue, 27 Dec 2011 23:39:25 +0530 Message-ID: <81wr9h7up6.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RfbT7-0005Z7-Kr for emacs-orgmode@gnu.org; Tue, 27 Dec 2011 13:09:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RfbT6-0002br-FA for emacs-orgmode@gnu.org; Tue, 27 Dec 2011 13:09:45 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:58668) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RfbT6-0002bn-8U for emacs-orgmode@gnu.org; Tue, 27 Dec 2011 13:09:44 -0500 Received: by iacb35 with SMTP id b35so22280618iac.0 for ; Tue, 27 Dec 2011 10:09:43 -0800 (PST) In-Reply-To: (Rainer Thiel's message of "Tue, 27 Dec 2011 15:31:24 +0100") 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 Cc: Bastien Rainer > I had noticed Org Mode v. 7.8 integrates Jambunathan's ODT exporter > that I had used successfully when it was still labelled as a > contribution. > > After installing org-mode 7.8 on my Windows XP machine, I can't seem > to be able to use the ODT exporter, though. Trying to do so, I am > getting the error message "Cannot find factory styles file. Check > package dir layout". I have set the variable org-odt-styles-dir to > C:/Programme/Emacs/site-lisp/org/styles where OrgOdtStyles.xml and > OrgOdtContentTemplate.xml reside, to no avail. > > Any ideas what I maay have overlooked? The problem is with the 7.8.02 release tar. I see that it still has the buggy Makefile. (The buggy Makefile was subsequently fixed by Dave as part of this thread: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg50043.html) The workaround for the above issue is this: Replace the Makefile in release tar with the one down below before doing a 'make install'. http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=Makefile;hb=e514982ae126c058b965dd00393b4e68e5f8522d > Many thanks in advance > > Rainer Thiel --