> Are you sure about it being in your load-path? What does
> 
> M-x locate-library <RET> org-exp-bibtex <RET>
> 
> say? If it finds it, both autoload and require should work.

locate-library says:

  Library is file ~/lib/emacs/org-mode/contrib/lisp/org-exp-bibtex.el

Just to be sure, my require form looks like:

  (require 'org-exp-bibtex)

Do I specifically need to add a preprocess hook such as this?

  (add-hook 'org-export-preprocess-hook 'org-export-bibtex-preprocess)


_______________________________________________
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

Reply via email to