I have an org-mode document that I want to convert to open Document format. When I try to do this (ctrl+c+e+o) I get an error message:
Executeable “zip” needed for creating OpenDocument files. Aborting.
I have p7zip installed on my machine but I don’t know how to tell emacs it is there. I’m not sure what org-mode want to do so I’m not sure what to configure in .emacs.
Thanks
Your p7zip executable must be in Emacs
exec-pathvariable, so that Emacs can find it.Also, the executable must be called “zip” since it is hard-coded in the
org-odt-init-outfilefunction.So check the setting of
exec-pathfirst to make sure it includes the location of your zip executable.