From ee9a8d423e24923ec60c3116a00c8a0e93095d86 Mon Sep 17 00:00:00 2001 From: Bruce D'Arcus Date: Mon, 27 Dec 2021 05:07:27 -0500 Subject: [PATCH] doc: Add mention of org-cite to bibliography (#2015) * doc: Add mention of org-cite to bibliography * regenerate texi Co-authored-by: Jethro Kuan --- doc/org-roam.org | 3 +++ doc/org-roam.texi | 3 +++ 2 files changed, 6 insertions(+) diff --git a/doc/org-roam.org b/doc/org-roam.org index 139592b..369176e 100644 --- a/doc/org-roam.org +++ b/doc/org-roam.org @@ -1361,6 +1361,9 @@ documents (PDF, EPUB etc.) within Org-mode. ** Bibliography +Org 9.5 added native citation and bibliography functionality, called "org-cite", +which org-roam supports. + [[https://github.com/org-roam/org-roam-bibtex][org-roam-bibtex]] offers tight integration between [[https://github.com/jkitchin/org-ref][org-ref]], [[https://github.com/tmalsburg/helm-bibtex][helm-bibtex]] and ~org-roam~. This helps you manage your bibliographic notes under ~org-roam~. diff --git a/doc/org-roam.texi b/doc/org-roam.texi index 553e64e..05c61c6 100644 --- a/doc/org-roam.texi +++ b/doc/org-roam.texi @@ -1906,6 +1906,9 @@ documents (PDF, EPUB etc.) within Org-mode. @node Bibliography @section Bibliography +Org 9.5 added native citation and bibliography functionality, called ``org-cite'', +which org-roam supports. + @uref{https://github.com/org-roam/org-roam-bibtex, org-roam-bibtex} offers tight integration between @uref{https://github.com/jkitchin/org-ref, org-ref}, @uref{https://github.com/tmalsburg/helm-bibtex, helm-bibtex} and @code{org-roam}. This helps you manage your bibliographic notes under @code{org-roam}.