From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Marquardt Subject: Re: The Org->ODT exporter is now in Org's core (latest git) Date: Tue, 20 Dec 2011 17:24:01 -0600 Message-ID: <86obv225f2.fsf@us.ibm.com> References: <87k4641guo.fsf@gnu.org> <86liqec2z8.fsf@us.ibm.com> <81liqejo0p.fsf@gmail.com> <86ty52ylsd.fsf@us.ibm.com> <8639clpyd2.fsf@us.ibm.com> <86y5udoj9l.fsf@us.ibm.com> <87liq6hlxx.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rd92g-0001Om-A3 for emacs-orgmode@gnu.org; Tue, 20 Dec 2011 18:24:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rd92e-0003F4-Jc for emacs-orgmode@gnu.org; Tue, 20 Dec 2011 18:24:18 -0500 Received: from lo.gmane.org ([80.91.229.12]:37117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rd92e-0003Et-Co for emacs-orgmode@gnu.org; Tue, 20 Dec 2011 18:24:16 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Rd92c-0004r1-Gv for emacs-orgmode@gnu.org; Wed, 21 Dec 2011 00:24:14 +0100 Received: from 32.97.110.56 ([32.97.110.56]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Dec 2011 00:24:14 +0100 Received: from davemarq by 32.97.110.56 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Dec 2011 00:24:14 +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 Bastien writes: > Hi Dave, > > Dave Marquardt writes: > >> I modified the Makefile to do what I expected. With this change, "make >> install" copies the style files to $(prefix)/share/emacs/etc/styles, and >> ODT export now works as expected. > > Thanks for the patch -- I've applied it, using > > etcdir = $(lispdir)/../etc > > as Achim suggested. Cool. Thanks! -Dave