emacs/var/elfeed/db/data/aa/aa2e7d5a5559c6b7ecccfb178a81132a55f8282b
2022-01-03 12:49:32 -06:00

1 line
1.8 KiB
Plaintext

<!-- SC_OFF --><div class="md"><p>I&#39;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 <code>chicago-fullnote-bibliography.csl</code> as the CSL style I get a reference without date. So for citation <code>[cite:@fabianTimeOtherHow2014 p. 7;]</code> I get:</p> <p>For ODT </p> <blockquote> <p>[1]Johannes Fabian, <em>Time and the Other: How Anthropology Makes Its Object</em> (Columbia University Press, n.d.), 7</p> </blockquote> <p>for Org-mode</p> <blockquote> <p>[fn::Johannes Fabian, /Time and the Other: How Anthropology Makes Its Object/ (Columbia University Press, n.d.), 7]</p> </blockquote> <p>As you can see, in both cases the date is missing. As per <a href="https://github.com/andras-simonyi/citeproc-org/issues/20#issuecomment-882262655">this reply to this issue on citeproc-org&#39;s Github</a> it seems that the <code>date</code> field is not a recognized bibtex field. If I change manually in my .bib file a particular entry from <code>date</code> to <code>year</code> then I do get the correct reference.</p> <p>My question is: how can I solve this issue without changing the <code>date</code> field of <em>all</em> the entries in my .bib file to <code>year</code>?</p> <p>This is what I have at the top of my org file:</p> <pre><code>#+CSL_STYLE: ~/Zotero/styles/chicago-fullnote-bibliography.csl #+BIBLIOGRAPHY: /Users/name/Documents/dissertation/zotero_full.bib </code></pre> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/radiolalo"> /u/radiolalo </a> <br/> <span><a href="https://www.reddit.com/r/orgmode/comments/r7p4hs/orgexport_exports_without_date_information_with/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/orgmode/comments/r7p4hs/orgexport_exports_without_date_information_with/">[comments]</a></span>