I'm using the new org-cite engine to write my dissertation. It works well except that when exporting to ODT or even Org-mode with chicago-fullnote-bibliography.csl as the CSL style I get a reference without date. So for citation [cite:@fabianTimeOtherHow2014 p. 7;] I get:

For ODT

[1]Johannes Fabian, Time and the Other: How Anthropology Makes Its Object (Columbia University Press, n.d.), 7

for Org-mode

[fn::Johannes Fabian, /Time and the Other: How Anthropology Makes Its Object/ (Columbia University Press, n.d.), 7]

As you can see, in both cases the date is missing. As per this reply to this issue on citeproc-org's Github it seems that the date field is not a recognized bibtex field. If I change manually in my .bib file a particular entry from date to year then I do get the correct reference.

My question is: how can I solve this issue without changing the date field of all the entries in my .bib file to year?

This is what I have at the top of my org file:

#+CSL_STYLE: ~/Zotero/styles/chicago-fullnote-bibliography.csl #+BIBLIOGRAPHY: /Users/name/Documents/dissertation/zotero_full.bib 
submitted by /u/radiolalo
[link] [comments]