From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: [ANN] ELPA package for ODT and JabRef exporters Date: Thu, 30 Jan 2014 03:00:08 +0530 Message-ID: <87d2jatr1b.fsf@gmail.com> References: <878uu6aj86.fsf@gmail.com> <86a9eecxyg.fsf@freeenv.ad.medctr.ucla.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55039) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8cfl-0005xq-Uh for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 16:27:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8cfe-0004ca-Hw for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 16:27:49 -0500 Received: from plane.gmane.org ([80.91.229.3]:52218) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8cfe-0004cQ-Ah for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 16:27:42 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W8cfd-0006vH-Br for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 22:27:41 +0100 Received: from 115.242.166.102 ([115.242.166.102]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jan 2014 22:27:41 +0100 Received: from kjambunathan by 115.242.166.102 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jan 2014 22:27:41 +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 Cc: emacs-orgmode@gnu.org Aric Gregson writes: > Jambunathan, > > I have tried to install this. I even created a blank .emacs file as you > suggested. Everything appears to be fine with the exception of > >> C-h v org-odt-styles-dir >> C-h v org-odt-schema-dir > > These do not appear as options for me. I'm not sure if that matters. Most likely that ODT backend is not loaded. Try this. 1. Configure org-export-backends and add ODT to it. 2. Put (setq org-odt-data-dir nil) at the start of Emacs. 3. Visit an Org file and export to ODT Now check the *Messages* buffer and the value of the above variables. > Thanks, Aric