From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rustom Mody Subject: odt exporter on mixed org setup Date: Thu, 16 Jan 2014 11:17:04 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3fnb-00031b-PO for emacs-orgmode@gnu.org; Thu, 16 Jan 2014 00:47:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3fna-0004Dc-93 for emacs-orgmode@gnu.org; Thu, 16 Jan 2014 00:47:27 -0500 Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]:56292) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3fnZ-0004CO-Ve for emacs-orgmode@gnu.org; Thu, 16 Jan 2014 00:47:26 -0500 Received: by mail-pa0-f47.google.com with SMTP id kp14so2176874pab.6 for ; Wed, 15 Jan 2014 21:47:24 -0800 (PST) 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 Just helped a friend to install and upgrade to latest org. Method summary: $ git clone $ make update combined with setup of load-paths Ended with: ox-odt cannot find factory style files I remember that I too had this problem http://lists.gnu.org/archive/html/emacs-orgmode/2013-07/msg00341.html and it had recently disappeared. Checked that it comes back it I use emacs23; goes away if I use emacs24 Checked that the messages when it works in emacs24 are like thus: Debug (ox-odt): Searching for OpenDocument styles files... Debug (ox-odt): Trying /usr/share/emacs/etc/org/styles/... [2 times] Debug (ox-odt): Trying ~/pdsw/etc/styles/... Debug (ox-odt): Trying ~/pdsw/org-mode/lisp/etc/styles/... Debug (ox-odt): Trying /usr/share/emacs/24.3/etc/org/... Debug (ox-odt): Using styles under /usr/share/emacs/24.3/etc/org/ Debug (ox-odt): Searching for OpenDocument schema files... Debug (ox-odt): Trying /usr/share/emacs/etc/org/schema/... [2 times] Debug (ox-odt): No OpenDocument schema files installed So evidently my 'working' odt export is working because its using the builtin emacs odt exporter and not the latest one Looking at org-odt-* stuff I see almost a dozen files and directories and file lists and what not. All attempts so far at doing (setq org-odt-styles-dir "~/pdsw/org-mode/etc/styles") in various places, hooks etc have not changed the fact that it gets the builtin one