With the org-mode 8 new exporter, org-exp-bibtex.el doesn't work any longer. I tried to change export hook to org-export-before-preprocess-hook, but it is more complicated than I hoped. I am looking for a patch, not urgent. Many thanks.
Below is my test file. ########################################################### #+BIBLIOGRAPHY: ~/Documents/org-mode/bib/library plain limit:t #+BIBLIOGRAPHY: ~/Documents/org-mode/bib/Books plain limit:t # \bibliographystyle{plain} # \bibliography{~/Documents/org-mode/bib/library, ~/Documents/org-mode/bib/Books} * An integrated map of genetic variation from 1,092 human genomes. :PROPERTIES: :Custom_ID: Abecasis2012 :BIB: [[bib::Abecasis2012]] :PAPER: [[paper:Abecasis2012][Abecasis2012]] :DATE: [2013-03-20 Wed 16:08] :END: Test\cite{Abecasis2012} ########################################################### Error in *Message* ########################################################### run-hook-with-args: Wrong number of arguments: #[nil "Æ ÇÈebÉÊÈË#]ÌÍ!ÌÎ!ÏÌÐ!!ÑÒ=GÈ@ABC ÈDEZE@D@ÓQDACBCEAE=*ÔÕ \"¼Ö×!ØÙ!FÚÛÜ!!GHÝrGqBÈIEE@IÞPcEAE+rGqßÈHÈà%,F@B@áCâFD\"C)ãäáåæçèéBBBBC êPC$\"à=Úëì!@ÈJEøE@JíJ!EAEå.îï!KrKqðñ LòóôP!ebÉõÈË#*ÌÍ!ÌÎ!B BebÉöÈË#>Ñ÷Ë#-øù úQ-U û= Uüýþÿ°Ë#+ Ò= nÖM!ÖN!*" [wconfig oebp-cite-plist opt style file org-export-current-backend current-window-configuration ((set-window-configuration wconfig)) nil re-search-forward ...] 11 ("/home/dcslbw/.emacs.d/el-get/org-exp-bibtex/org-exp-bibtex.elc" . 602) nil], 1 ########################################################### -- Sincerely, Li Bowen.