From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: byte-code: Error (org-odt): Cannot find factory styles files. Aborting. Date: Mon, 16 Jan 2012 10:20:30 +0530 Message-ID: <81d3akl089.fsf@gmail.com> References: <87k44szo5p.fsf@gmx.co.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RmeWt-0007va-Jx for emacs-orgmode@gnu.org; Sun, 15 Jan 2012 23:50:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RmeWr-0007Qa-Bs for emacs-orgmode@gnu.org; Sun, 15 Jan 2012 23:50:47 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:45346) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RmeWr-0007QT-76 for emacs-orgmode@gnu.org; Sun, 15 Jan 2012 23:50:45 -0500 Received: by iadj38 with SMTP id j38so541443iad.0 for ; Sun, 15 Jan 2012 20:50:44 -0800 (PST) In-Reply-To: <87k44szo5p.fsf@gmx.co.uk> (Johnny's message of "Sun, 15 Jan 2012 20:49:54 +0000") 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: Johnny Cc: emacs-orgmode@gnu.org Johnny writes: > Hi, > > I just upgraded to org-mode 7.8.03 (from 7.6) and now get this error > message when trying to use the org-odt converter. With version 7.6, I used > org-odt from contrib and that worked fine, so what is the reason for > this error? > > I did see another post about this about installing "style files", but > what are these and how do I install them? It looks like one of your installation step is non-standard. There is an easy workaround available but I would like to make sure that org-odt auto-configures itself with minimal user intervention. Please provide me information on - how you downloaded the Org (git? tar file? elpa?) - how did you compile. Did you do a make? Did you change the Makefile at all? - how did you install. Did you do a make install? - What OS/Distrib are you using Do you see debug messages from the org-odt module in the *Messages* buffer. They will look something similar to this - one for schema files and one for styles files. ,---- | Debug (org-odt): Searching for OpenDocument styles files... | Debug (org-odt): Trying c:/Documents and Settings/kjambunathan/My Documents/My Data/src/org-mode/etc/styles/... | Debug (org-odt): Using styles under c:/Documents and Settings/kjambunathan/My Documents/My Data/src/org-mode/etc/styles/ `---- > Thanks for any help (and thanks for the exporter!)! --