Oh! I tried it from the CLI emacs rather than the GUI one and it worked. I think I can figure it out from here. Thank you! On Fri, Jan 10, 2014 at 11:42 AM, Ken Mankoff wrote: > Ok I seen the option now but when I try to export I get the following > error: > > OpenDocument export failed: Symbol's function definition is void: > cl--set-getf > > > On Fri, Jan 10, 2014 at 11:32 AM, Ista Zahn wrote: > >> Hi Ken, >> >> ODT export isn't enabled by default. You can enable it by putting >> >> (require 'ox-odt) >> >> in your config file and restart emacs. >> >> Best, >> Ista >> >> On Fri, Jan 10, 2014 at 11:23 AM, Ken Mankoff wrote: >> > Hi, >> > >> > I'd like to export to ODT or even directly to DOC. But I notice I do not >> > have an ODT export option. Can someone help me set this up? >> > >> > I'm running org-20140107/ from ELPA on OS X in the emacs 24.3 >> > (emacsformacosx distribution from http://emacsformacosx.com/). In my >> ELPA >> > folder I see: >> > >> > $ find . | grep -i odt >> > ./org-20140107/etc/styles/OrgOdtContentTemplate.xml >> > ./org-20140107/etc/styles/OrgOdtStyles.xml >> > ./org-20140107/ox-odt.el >> > ./org-20140107/ox-odt.elc >> > >> > But when I'm in emacs in org-mode and I do "ESC-x apropos org-odt" and >> > examine org-odt-data-dir the content of that variable are >> > /usr/share/emacs/etc/org which does not exist. >> > >> > Any help for ODT (and/or DOC) much appreciated. >> > >> > FYI I also have LibreOffice installed which is how I will view the ODT >> > files, and/or do the DOC conversion if I can't get that straight from >> org. >> > >> > Thank you, >> > >> > Ken Mankoff >> > >