From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: No ODT export option Date: Tue, 14 Jan 2014 15:06:58 +0530 Message-ID: <87vbxmkipx.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34512) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W30QN-0000Qv-Nx for emacs-orgmode@gnu.org; Tue, 14 Jan 2014 04:36:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W30QI-0008IZ-4v for emacs-orgmode@gnu.org; Tue, 14 Jan 2014 04:36:43 -0500 Received: from plane.gmane.org ([80.91.229.3]:40948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W30QH-0008II-Uf for emacs-orgmode@gnu.org; Tue, 14 Jan 2014 04:36:38 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W30QG-0005os-Ap for emacs-orgmode@gnu.org; Tue, 14 Jan 2014 10:36:36 +0100 Received: from 115.242.210.2 ([115.242.210.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Jan 2014 10:36:36 +0100 Received: from kjambunathan by 115.242.210.2 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Jan 2014 10:36:36 +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 Debian lags quite a bit (from few months to years). It is difficult to say what version they are packaging. The best and easiest way to install latest Org would be to via GNU ELPA or Org ELPA. See http://orgmode.org/elpa.html. M-x list-packages Once you insall the package, restart Emacs and do M-x customize-variable org-export-backends and enable ODT. ps: If you are new to Emacs/Org, you will have less troubles if you start with an empty .emacs (or more specifically a .emacs that doesn't have any Org specific configuration.) Hendrik Boom writes: > On Fri, 10 Jan 2014 11:32:55 -0500, Ista Zahn wrote: > >> Hi Ken, >> >> ODT export isn't enabled by default. You can enable it by putting >> >> (require 'ox-odt) >> >> in your config file and restart emacs. >> >> Best, >> Ista > > I'm having this problem on Debian testing, but not on Debian stable. > I have installed the org-mode package on both systems. > > Inserting (require 'ox-odt) at the end of my !/.emacs file gives me > Warning (initialization): An error occurred while loading `/home/ > hendrik/.emacs': > > File error: Cannot open load file, ox-odt > > To ensure normal operation, you should investigate and remove the > cause of the error in your initialization file. Start Emacs with > the `--debug-init' option to view a complete error backtrace. > > so it doesn't look as if it worked. > > For the record, there is a /usr/share/emacs/site-lisp/org-mode/ ox-odt.el > file. > > Also, export to html works, presumably using the ox-html.el file in that > same directory, and I don't have to say (require 'ox-odt). I'd preume > that file is found by the same mechanism, so not finding ox-odt by > default is a bit of a puzzle. > > The Debian testing system, which works, has similar files in teh same > place, but their names start with org- instead of ox-