* contrib/lisp/org-export.el: Correct reference to non-existing source file, org-exp-blocks has been removed and the imported function is now in ob-exp.
@@ -79,7 +79,7 @@
(declare-function org-e-publish-current-file "org-e-publish" (&optional force))
(declare-function org-e-publish-current-project "org-e-publish"
(&optional force))
-(declare-function org-export-blocks-preprocess "org-exp-blocks")
+(declare-function org-export-blocks-preprocess "ob-exp")
(defvar org-e-publish-project-alist)
(defvar org-table-number-fraction)