Nick Dokos <nicholas.do...@hp.com> writes: > (add-to-list 'load-path "/path/to/contrib/lisp")) > (require 'org-export) > (require 'org-e-ascii) ; if you want > (require 'org-e-html) ; if you want > (require 'org-e-latex)
I do this: C-x C-f ~/src/org-mode/contrib/lisp/ M-x update-directory-autoloads RET RET org-contrib-install.el ;; Note the two RETs above (require 'org-contrib-install) ;; in .emacs ps: one more install.el file to knock our heads over :-). --