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.
This commit is contained in:
Achim Gratz 2012-10-07 19:14:24 +02:00
parent 12e59b66d1
commit 424a1c5d2f
1 changed files with 1 additions and 1 deletions

View File

@ -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)