From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: ODT Exporter Date: Tue, 27 Dec 2011 20:14:46 +0530 Message-ID: <81y5tygjkx.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RfYH5-00055D-6j for emacs-orgmode@gnu.org; Tue, 27 Dec 2011 09:45:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RfYH3-000648-Ki for emacs-orgmode@gnu.org; Tue, 27 Dec 2011 09:45:07 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:55602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RfYH3-00063e-HX for emacs-orgmode@gnu.org; Tue, 27 Dec 2011 09:45:05 -0500 Received: by iacb35 with SMTP id b35so22027086iac.0 for ; Tue, 27 Dec 2011 06:45:04 -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: r.thiel@uni-jena.de Cc: emacs-orgmode@gnu.org Rainer Thiel writes: > 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. May I know how you have installed Org on your machine? Is it ELPA or make ? Do this: M-x locate-library RET org-odt RET Note the directory reported. (Make sure that it is the along the expected lines. If this is not the case, you may have to remove the old installation.) For things to work properly, org-odt-styles-dir should be /../etc/styles/*.xml. Note that copying by hand shouldn't be necessary nor should you set the org-odt-styles-dir explicitly by hand. Everything should happen auto-magically. Jambunathan K. > Any ideas what I maay have overlooked? > > Many thanks in advance > > Rainer Thiel --