#+date: 2022-07-03 #+bibliography: ./bibliog.bib #+bibliography: ~/Documentos/bib/lepto-ref.bib * How to make citations using Emacs org-mode :LOGBOOK: CLOCK: [2022-07-03 dom 09:57]--[2022-07-03 dom 10:27] => 0:30 :END: It is possible to include blibligraphic citations within org documents. Interesting information about org-cite can be found in the manual. Use ~C-h~ ~i~ in emacs to access the manual and then access the org-manual navigating in the menu (use the letter ~m~ and type 'org..') See Org Manual -> Citation handling -> Citations ** Include a header linking a file with references It should be something like this at the beggining of your document: #+begin_example #+bibliography: SomeFile.bib #+bibliography: /some/other/file.json #+end_example Here the file may be a '.bib' , 'bibtex' or a '.json' document. ** Including citation You can use 'C-c C-x @' (org-cite-insert) to include references from the linked file. For instance: [cite:/s/v/@OrgCitations] Citing from the second file [cite:/s/v/@bernard_leptospirosis_1993] ** Print bibliography Use the following to print the references: #+begin_example org #+print_bibliography: #+end_example ** Some cool documents to learn more about bibliography management in org-mode * References - About 'org-ref: https://github.com/jkitchin/org-ref - About 'org-cite': https://blog.tecosaur.com/tmio/2021-07-31-citations.html#org367f817 #+print_bibliography: