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:07:30 +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]:36796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2jET-0005tl-7L for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 10:15:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2jEL-00025o-Tk for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 10:15:17 -0500 Received: from plane.gmane.org ([80.91.229.3]:39242) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2jEL-0001z5-Mt for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 10:15:09 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W2jEF-0003FP-VZ for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 16:15:03 +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:15:03 +0100 Received: from hendrik by topoi.pooq.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Jan 2014 16:15:03 +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 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-