#+cite_export: csl "/home/matt/Zotero/styles/chicago-manual-of-style-16th-edition-inline-notes-for-syllabi.csl"
#+bibliography: /home/matt/.emacs.d/zotero-refs.bib
#+begin_src emacs-lisp
(package-initialize)
(add-to-list 'package-archives
'("melpa" . "
https://melpa.org/packages/"))
(add-to-list 'load-path "~/src/org-mode/emacs/site-lisp/org")
(org-reload)
(add-to-list 'load-path "~/src/org-mode/lisp")
(require 'oc)
(require 'citeproc)
(require 'oc-csl)
#+end_src
[cite:@zittrain_future_2008]
trying to execute the src block gives me a segfault on org-reload, with different messages each time. Any idea how I should diagnose, or am I perhaps doing something wrong?