From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rustom Mody Subject: Re: odt exporter on mixed org setup Date: Thu, 16 Jan 2014 16:59:50 +0530 Message-ID: References: <87iotk49ei.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3l9L-0007hV-15 for emacs-orgmode@gnu.org; Thu, 16 Jan 2014 06:30:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3l9I-0002Pj-BZ for emacs-orgmode@gnu.org; Thu, 16 Jan 2014 06:30:14 -0500 Received: from mail-pa0-x22e.google.com ([2607:f8b0:400e:c03::22e]:37682) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3l9H-0002PA-Kl for emacs-orgmode@gnu.org; Thu, 16 Jan 2014 06:30:12 -0500 Received: by mail-pa0-f46.google.com with SMTP id rd3so2536664pab.19 for ; Thu, 16 Jan 2014 03:30:10 -0800 (PST) In-Reply-To: <87iotk49ei.fsf@gmail.com> 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: Jambunathan K Cc: emacs-orgmode On Thu, Jan 16, 2014 at 1:59 PM, Jambunathan K wrote: > The following message is a courtesy copy of an article > that has been posted to gmane.emacs.orgmode as well. > > Rustom Mody writes: > >> Ended with: ox-odt cannot find factory style files > > You need > > (setq org-odt-data-dir "~/src/org-mode/etc/") > > Modify the path. If the *Messages* say that it is not able to find the > styles dir, it really means that it is not able to find the styles > files. Ok thanks! That did it on my machine Ive to check about my friend's emacs 23 box. I could check that org-odt-data-dir is coming in bound to /usr/share/emacs/etc/org (which is non-existent) before the defvar in ox-odt.el, so that defvar is not happening And changing the prefix in local.mk does not seem to do anything