Before adding citations, first set one-or-more bibliographies, either
globally with org-cite-global-bibliography
, or locally using one or
more “bibliography” keywords.
#+bibliography: SomeFile.bib #+bibliography: /some/other/file.json #+bibliography: "/some/file/with spaces/in its name.bib"
Org mode uses all the local and global bibliographies combined to search for citation keys.
One can then insert and edit citations using org-cite-insert
, called
with C-c C-x @.
A citation requires one or more citation key(s), elements identifying a reference in the bibliography.
[cite:@key]
[cite:see @key p. 123]
[cite:@key1;@key2;@key3]
[cite/style:common prefix ;prefix @key suffix; ... ; common suffix]
When ‘style’ is not specified, one of the two default styles are used
#+cite_export: basic numeric noauthor/bare [cite:@key] is the same as [cite/noauthor/bare:@key]
[cite:@key] is the same as [cite/nil:@key]
The only mandatory elements are: