1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-21 06:55:35 +00:00

oc-bibtex: Pacify byte-compiler

This commit is contained in:
Nicolas Goaziou 2021-10-08 22:45:22 +02:00
parent 08e9d34907
commit 6717826d5a

View File

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