On Jan 29, 2010, at 12:21 AM, Peter Danenberg wrote:

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)

No, just requiring should do the trick. Can you check if org-export- bibtex-preprocess does indeed end up in the hook?

If it does, maybe you can explain what you expect to happen during export, and what does in fact happen?

- Carsten



_______________________________________________
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