From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manfred Lotz Subject: Re: odt export not working Date: Sun, 21 Apr 2013 16:31:57 +0200 Message-ID: <20130421163157.25e33c90@arcor.com> References: <20130421154204.29323d38@arcor.com> <87txn0neix.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTvYO-00070g-UO for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 10:47:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UTvYN-0000kz-KP for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 10:47:44 -0400 Received: from plane.gmane.org ([80.91.229.3]:60421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTvYN-0000ks-En for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 10:47:43 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UTvYK-0002Ox-Mz for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 16:47:40 +0200 Received: from pd9fac4b3.dip0.t-ipconnect.de ([217.250.196.179]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Apr 2013 16:47:40 +0200 Received: from manfred.lotz by pd9fac4b3.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Apr 2013 16:47:40 +0200 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 Sun, 21 Apr 2013 22:29:10 +0800 Eric Abrahamsen wrote: > Manfred Lotz writes: > > > Hi there, > > Using org-mode 8.0-2-g77476c (fedora 18 system) exporting to odt > > doesn't work. zip program is available. When I do =C-c C-e= the > > *Org Export Dispatcher* buffer pops up but showing nothing related > > to odt. When now typing =o o= I get =Invalid Key=. > > > > Any idea what's going wrong. > > Are you calling (require 'ox-odt) somewhere in your config? Or > configuring `org-export-backends'? ODT export isn't loaded by default, > you'll have to load it explicitly by one of those two methods. > > Hope that's the extent of the problem, > > Eric > > > Yep, that was it. I didn't know that. Thanks a lot, Eric. -- Manfred