From mboxrd@z Thu Jan 1 00:00:00 1970 From: Colin Baxter Subject: ox-odt.el Date: Fri, 08 Apr 2016 11:51:09 +0100 Message-ID: <87fuuw8jc2.fsf@yandex.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoU0e-00042Q-4o for emacs-orgmode@gnu.org; Fri, 08 Apr 2016 06:51:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aoU0a-0005Xt-SD for emacs-orgmode@gnu.org; Fri, 08 Apr 2016 06:51:28 -0400 Received: from plane.gmane.org ([80.91.229.3]:55660) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoU0a-0005Xj-Li for emacs-orgmode@gnu.org; Fri, 08 Apr 2016 06:51:24 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aoU0Z-0003AH-1x for emacs-orgmode@gnu.org; Fri, 08 Apr 2016 12:51:23 +0200 Received: from host86-131-0-175.range86-131.btcentralplus.com ([86.131.0.175]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Apr 2016 12:51:23 +0200 Received: from m43cap by host86-131-0-175.range86-131.btcentralplus.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Apr 2016 12:51:23 +0200 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: emacs-orgmode@gnu.org 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 My exporter however still cannot find the schema files at "git/org-mode/etc/schema/", but that's a different matter perhaps. Colin.