Thomas Ingram <[email protected]> writes: > I've been experimenting with org-cite and bibtex. I've noticed with > bibtex print_bibliography will fail if no citation style is provided. > Example: > > #+CITE_EXPORT: bibtex > > The resulting TeX file will be missing the \bibliographystyle{} command. > My understanding is that is a required command, so I would like to add a > default style variable to provide a fallback option. I propose adding a > variable like `org-cite-bibtex-default-style' to oc-bibtex.el: > > (defcustom org-cite-bibtex-default-style "plain") > > Please let me know if there are any concerns with this change and I'll > work on providing a patch. Thanks!
Sorry for the late reply. I agree that it would be a reasonable change. In fact, we already have `org-cite-natbib-bibliography-style' to address similar problem for natbib. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
