From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hendrik Boom Subject: Re: No ODT export option Date: Mon, 13 Jan 2014 15:45:17 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2ji9-0006ZD-Vq for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 10:46:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2ji2-0002N9-L0 for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 10:45:57 -0500 Received: from plane.gmane.org ([80.91.229.3]:56347) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2ji2-0002N5-E2 for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 10:45:50 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W2jhs-0001A6-Ui for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 16:45:40 +0100 Received: from topoi.pooq.com ([69.165.131.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Jan 2014 16:45:40 +0100 Received: from hendrik by topoi.pooq.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Jan 2014 16:45:40 +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: emacs-orgmode@gnu.org On Mon, 13 Jan 2014 15:07:30 +0000, Hendrik Boom wrote a message with confusing typos > 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 ~/.emacs, not !/.emacs > 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). Of course I meant not having to say (require 'ox-html). > I'd presume > 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-