From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: What happened to ODT export? Date: Tue, 11 Nov 2014 11:08:43 +0800 Message-ID: <87mw7ya0xw.fsf@ericabrahamsen.net> References: <87vbmm357u.fsf@aura.christopherculver.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xo1k5-0002Gd-7b for emacs-orgmode@gnu.org; Mon, 10 Nov 2014 22:03:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xo1k0-0005zK-1B for emacs-orgmode@gnu.org; Mon, 10 Nov 2014 22:03:41 -0500 Received: from plane.gmane.org ([80.91.229.3]:46896) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xo1jz-0005z4-Qm for emacs-orgmode@gnu.org; Mon, 10 Nov 2014 22:03:35 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xo1jv-00021Y-8V for emacs-orgmode@gnu.org; Tue, 11 Nov 2014 04:03:31 +0100 Received: from 123.123.17.194 ([123.123.17.194]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Nov 2014 04:03:31 +0100 Received: from eric by 123.123.17.194 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Nov 2014 04:03:31 +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 Christopher Culver writes: > I am running org-mode 8.2.10 from elpa on Emacs 24.4. When I try to > export to ODT format with the keystrokes described here: > > http://orgmode.org/manual/ODT-export-commands.html > > I get an error. Indeed, when I press C-c C-e, ODT is not even mentioned > among the formats that I can export to, I am offered only iCalender, > HTML, plaintext and LaTeX. I remember being able to easily export to ODT > in the past. Has this functionality been removed or moved to a separate > package? You have to explicitly require many of the export backends: (require 'ox-odt). That should do it.