Skip to content

Instantly share code, notes, and snippets.

View andras-simonyi's full-sized avatar

András Simonyi andras-simonyi

View GitHub Profile
;;; 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
@andras-simonyi
andras-simonyi / oc-csl.el
Last active July 19, 2022 04:31
A patched version of oc-csl which supports a larger set of citation modes and variants plus adds biblatex support
;;; oc-csl.el --- csl citation processor for Org -*- lexical-binding: t; -*-
;; Copyright (C) 2021 Free Software Foundation, Inc.
;; Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.