Manfred Lotz <manfred.l...@arcor.de> 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