Pere Quintana Seguí <pquint...@obsebre.es> writes: > I was very happy to see the new release with ODT support. This is great. > > I downloaded org-mode 7.6 and installed it as I always do. > > 1. Untar [...] > > (setq load-path (cons "~/.emacs.d/lisp/org-7.6/lisp" load-path)) > (require 'org-install) [...] > > 5. Then I loaded an org file and tried to export: C-c C-e o, and I got > the following message: =Cannot open load file: org-odt= > > I'm sure I'm missing something very simple. >
(setq load-path (cons "~/.emacs.d/lisp/org-7.6/CONTRIB/lisp" load-path)) ^^^^^^^^^^^ cheers Giovanni