Uwe Brauer <o...@mat.ucm.es> writes: > Hi > > When I use org-export-dispatch, then a list of possible formats pop up > but odt is not among them. Only if I explicitly call > org-odt-export-to-odt > > once, then this command pops up in the list. How > can I change this behaviour and have the odt export function in the > list??
Somewhere in your init files, put (require 'ox-odt). Then it will always be available. Take a look at the other ox-* files, many of them are useful enough to always load by default. E