From mboxrd@z Thu Jan 1 00:00:00 1970 From: Melleus Subject: Debug (ox-odt): No OpenDocument schema files installed Date: Fri, 29 Aug 2014 20:16:57 +0300 Message-ID: <874mwv2p2u.fsf@hornet.workgroup> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNPnc-0002de-NC for emacs-orgmode@gnu.org; Fri, 29 Aug 2014 13:17:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XNPnV-0001UV-6k for emacs-orgmode@gnu.org; Fri, 29 Aug 2014 13:17:20 -0400 Received: from plane.gmane.org ([80.91.229.3]:51725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNPnV-0001UP-0q for emacs-orgmode@gnu.org; Fri, 29 Aug 2014 13:17:13 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XNPnR-0003In-U4 for emacs-orgmode@gnu.org; Fri, 29 Aug 2014 19:17:09 +0200 Received: from 109.87.123.72 ([109.87.123.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Aug 2014 19:17:09 +0200 Received: from melleus by 109.87.123.72 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Aug 2014 19:17:09 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I'm trying to set up the odt exporter which is disabled by default. After loading the exporter with: (require 'ox-odt) I got the message about missing files. I inspected the org-odt-data-dir and found that it points to non-existant directory. So I did: (setq org-odt-data-dir "/usr/share/emacs/24.3/etc/org") (the directory with the proper xml files) before loading the ox-odt library. The result did not changed. I still got the message about missing files. I use emacs-24.3.1 and org-mode-8.2.7b from Debian repositories. What am I doing wrong? (Or is it disabled by default because it's broken?) Thanks ahead.