From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: ox-odt.el Date: Tue, 19 Apr 2016 21:31:44 +0200 Message-ID: <87zispbdjz.fsf@nicolasgoaziou.fr> References: <87fuuw8jc2.fsf@yandex.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asbL9-0008O1-Cz for emacs-orgmode@gnu.org; Tue, 19 Apr 2016 15:29:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asbL4-00008a-Dj for emacs-orgmode@gnu.org; Tue, 19 Apr 2016 15:29:39 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:45245) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asbL4-00008S-76 for emacs-orgmode@gnu.org; Tue, 19 Apr 2016 15:29:34 -0400 In-Reply-To: <87fuuw8jc2.fsf@yandex.com> (Colin Baxter's message of "Fri, 08 Apr 2016 11:51:09 +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" To: Colin Baxter Cc: emacs-orgmode@gnu.org Hello, Colin Baxter writes: > The line > > (expand-file-name "../../etc/styles/" org-odt-lib-dir) ; git > > in the defconst org-odt-styles-dir-list at line 181 of ox-odt.el points to > "git/org-mode/lisp/etc/styles/". Should it not point to > "git/org-mode/etc/styles/"? This would be achieved by changing the line to > > (expand-file-name "../etc/styles/" org-odt-lib-dir) ; git Fixed. Thank you. Regards, -- Nicolas Goaziou