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:
parent
12e59b66d1
commit
424a1c5d2f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue