branch: externals/org commit 6717826d5a11a216f32cfbda47eb6b3589b96b7d Author: Nicolas Goaziou <m...@nicolasgoaziou.fr> Commit: Nicolas Goaziou <m...@nicolasgoaziou.fr>
oc-bibtex: Pacify byte-compiler --- lisp/oc-bibtex.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/oc-bibtex.el b/lisp/oc-bibtex.el index 473d7a0..52dfa0f 100644 --- a/lisp/oc-bibtex.el +++ b/lisp/oc-bibtex.el @@ -35,6 +35,9 @@ ;; Bibliography should consist of ".bib" files only. ;;; Code: +(require 'oc) + +(declare-function org-element-property "org-element" (property element)) (declare-function org-export-data "org-export" (data info))