From 424a1c5d2febbb0dd0d26045bd229d78f108f99d Mon Sep 17 00:00:00 2001 From: Achim Gratz Date: Sun, 7 Oct 2012 19:14:24 +0200 Subject: [PATCH] correct reference to non-existing source file * 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. --- contrib/lisp/org-export.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lisp/org-export.el b/contrib/lisp/org-export.el index faea885b7..711321005 100644 --- a/contrib/lisp/org-export.el +++ b/contrib/lisp/org-export.el @@ -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)