From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Re: The Org->ODT exporter is now in Org's core (latest git) Date: Thu, 15 Dec 2011 12:20:07 +0100 Message-ID: References: <87k4641guo.fsf@gnu.org> <86liqec2z8.fsf@us.ibm.com> <1323899772.10491.1@windy> <1323908871.10491.4@windy> <81hb12jnx3.fsf@gmail.com> <4EE9B6B8.20500@christianmoe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rb9Md-0003tH-Ae for emacs-orgmode@gnu.org; Thu, 15 Dec 2011 06:20:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rb9MT-0000xH-BN for emacs-orgmode@gnu.org; Thu, 15 Dec 2011 06:20:39 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:62574) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rb9MT-0000x5-5E for emacs-orgmode@gnu.org; Thu, 15 Dec 2011 06:20:29 -0500 Received: by eabm6 with SMTP id m6so432636eab.0 for ; Thu, 15 Dec 2011 03:20:28 -0800 (PST) In-Reply-To: <4EE9B6B8.20500@christianmoe.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: mail@christianmoe.com Cc: Dave Marquardt , emacs-orgmode@gnu.org, Jambunathan K , Alan L Tyree On Thu, Dec 15, 2011 at 09:58, Christian Moe wrote: > Could someone confirm that etc/styles is automatically installed on Linux / > that it isn't on Mac? I don't install after compiling org, but I checked with this: $ make -n install | grep etc So I guess that is the problem. The Makefile has no rule to install etc files, so if you use 'make install' odt export fails. Also a quick look at the Makefile seems to confirm this (at least in my limited Makefile understanding) ... install: install-lisp ... install-lisp: $(LISPFILES) $(ELCFILES) if [ ! -d $(lispdir) ]; then $(MKDIR) $(lispdir); else true; fi ; $(CP) $(LISPFILES) $(lispdir) $(CP) $(ELCFILES) $(lispdir) ... -- Suvayu Open source is the future. It sets us free.