Provide only features matching file names.
@@ -766,6 +766,5 @@ Raise an error when no bibliography is set in the buffer."
(("text" "t") ("bare-caps" "bc") ("caps" "c"))
(("nil") ("bare" "b") ("bare-caps" "bc") ("caps" "c"))))
-(provide 'org-cite-basic)
(provide 'oc-basic)
;;; oc-default.el ends here
@@ -315,6 +315,5 @@ to the document, and set styles."
(("text" "t") ("caps" "c"))
(("nil") ("bare" "b") ("caps" "c") ("bare-caps" "bc"))))
-(provide 'org-cite-biblatex)
(provide 'oc-biblatex)
;;; oc-biblatex.el ends here
@@ -87,7 +87,7 @@
;;; Code:
(require 'bibtex)
(require 'json)
-(require 'org-cite)
+(require 'oc)
(require 'citeproc nil t)
(declare-function citeproc-style-cite-note "ext:citeproc")
@@ -606,6 +606,5 @@ property list."
'((("noauthor" "na") ("bare" "b") ("bare-caps" "bc") ("caps" "c"))
-(provide 'org-cite-csl)
(provide 'oc-csl)
;;; oc-citeproc.el ends here
@@ -192,6 +192,5 @@ OUTPUT is the final output of the export process."
("bare" "b") ("caps" "c") ("full" "f") ("bare-caps" "bc")
("bare-full" "bf") ("caps-full" "cf") ("bare-caps-full" "bcf"))))
-(provide 'org-cite-natbib)
(provide 'oc-natbib)
;;; oc-natbib.el ends here
@@ -1572,6 +1572,5 @@ ARG is the prefix argument received when calling interactively the function."
(t
(user-error "Cannot insert a citation here"))))))))
-(provide 'org-cite)
(provide 'oc)
;;; oc.el ends here