emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] org-exp-bibtex


From: Carsten Dominik
Subject: Re: [Orgmode] org-exp-bibtex
Date: Fri, 29 Jan 2010 10:16:18 +0100


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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]