This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; Patching Citar | |
;; Prerequisites | |
(require 'org) | |
(require 'ol-bibtex) | |
(require 'citeproc-bibtex) | |
(require 'citar) | |
;; Make org-bibtex work with biblatex fields, not needed for BibTeX | |
(setq org-bibtex-export-arbitrary-fields t |