d94f4066e0
* lisp/oc-natbib.el (org-cite-natbib-bibliography-style): New custom option for default bibliography style. (org-cite-natbib-export-bibliography): Use the new custom option. * etc/ORG-NEWS (New ~org-cite-natbib-export-bibliography~ option defining fallback bibliography style): Document the new option. If we do not specify a bibliography style, LaTeX export will fail. After the patch, the following simple-minded Org document will export without errors: #+title: Testing org-cite \LaTeX export #+latex_header: \usepackage{natbib} #+bibliography: bibliography.bib #+options: toc:nil #+cite_export: natbib Hello World! This is a citation: [cite:@citationkey2023] #+print_bibliography: |
||
---|---|---|
.. | ||
csl | ||
schema | ||
styles | ||
Makefile | ||
ORG-NEWS |