In the org-export-generic.el file the library is provided as org-generic instead of org-export-generic. Not sure what the reason for this is, but I cannot load it with (require 'org-generic).
This patch changes (provide 'org-generic) to (provide 'org-export-generic) so I can load it normally. *** ~/.emacs.d/org-export-generic.el 2010-02-03 15:47:30.000000000 +0000 --- ~/.emacs.d/org-mode/contrib/lisp/org-export-generic.el 2010-02-03 15:46:45.000000000 +0000 *************** *** 1237,1242 **** (and vl (setcar vl nil)) vl)) ! (provide 'org-export-generic) ;;; org-export-generic.el ends here --- 1237,1242 ---- (and vl (setcar vl nil)) vl)) ! (provide 'org-generic) ;;; org-export-generic.el ends here -- aleblanc _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode