From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: Debug (ox-odt): No OpenDocument schema files installed Date: Sat, 30 Aug 2014 12:24:19 +0200 Message-ID: References: <874mwv2p2u.fsf@hornet.workgroup> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54512) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNgBB-0006pS-L3 for emacs-orgmode@gnu.org; Sat, 30 Aug 2014 06:46:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XNgB2-0000OO-UP for emacs-orgmode@gnu.org; Sat, 30 Aug 2014 06:46:45 -0400 Received: from mail2.b1.hitrost.net ([91.185.211.205]:47331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNgB2-0000Mk-OK for emacs-orgmode@gnu.org; Sat, 30 Aug 2014 06:46:36 -0400 In-reply-to: <874mwv2p2u.fsf@hornet.workgroup> 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: Melleus Cc: emacs-orgmode@gnu.org Do org-odt-styles-dir and org-odt-schema-dir now point to the correct directory? If not, did you try putting (setq org-odt-data-dir "/usr/share/emacs/24.3/etc/org") in your .emacs and restarting? Those variables are set on startup based on the contents of org-odt-data-dir, and not immediately updated by changing the latter. Yours, Christian Melleus writes: > 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. >