From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: [BUG] Various problems with org-odt export Date: Mon, 12 Dec 2011 19:16:09 +0530 Message-ID: <81aa6xsy1q.fsf@gmail.com> References: <87k4641guo.fsf@gnu.org> <4EE5F389.3020502@christianmoe.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ra6D8-0004dm-A6 for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 08:46:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ra6D2-0007eK-Ga for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 08:46:30 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:48031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ra6D2-0007eE-8U for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 08:46:24 -0500 Received: by iahk25 with SMTP id k25so10346334iah.0 for ; Mon, 12 Dec 2011 05:46:23 -0800 (PST) In-Reply-To: <4EE5F389.3020502@christianmoe.com> (Christian Moe's message of "Mon, 12 Dec 2011 13:28:57 +0100") 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: mail@christianmoe.com Cc: Bastien , emacs-orgmode@gnu.org Christian > Hi, > > Either something's gone wrong with my setup, or there are a number of > issues to straighten out after org-odt moved to core. > > Here's what I have so far (with Org 7.7 pulled this morning, Emacs > 23.3.1, on a Mac). Issues 1 and 3 look urgent. > > 1. The org-export-odt-styles-file variable > > still points to > "~/src/base/org-mode/contrib/odt/styles.xml" > as the default style template. The defcustom comes with a FIXME note, > and that has become urgent, as the lack of a default styles file in > the default place would cause Org-odt export to fail out of the box > for most users. I'm not sure where this should point, but I assume it > should not point to anything in contrib any longer. The default style files have been moved from contrib/odt/styles to etc/styles. Make sure that you are loading the right version of org-odt with M-x locate-library. Also the following variables: C-h v org-odt-lib-dir => "~/src/org-mode/lisp/" C-h v org-odt-styles-dir => "~/src/org-mode/etc/styles/" The first variable says wherefrom org-odt is loaded. The second variable -- which was newly introduced a 2-3 days ago -- should tell where the default style files come from. If you are unable to find the second variable, then it most postively suggests that it is the old org-odt that is loaded. > 2. The #+ODT_STYLES_FILE directive > > does not seem to work. It's ignored and the value of > org-export-odt-styles-file is used instead. May be related to (1). Is everything OK when there is *no* ODT_STYLES_FILE and org-export-odt-styles-file is *reset* to nil? > 3. Current backend not set to 'odt? > > During ODT export, org-export-format-source-code-or-example > fails while trying to load a file called "org-nil". So apparently > org-export-current-backend fails to be passed the value 'odt on ODT > export. > > The latter problem could also explain why, trying to export a file > with verse environments, I got LaTeX mixed in with the ODT XML... I hope org-odt loads fine... Does M-x load-library RET org-odt RET report any errors? > Yours, > Christian > > > --