From 83f17091e6398e7530000799a9bf514884d13a35 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Sat, 13 Jan 2024 20:03:37 +0100 Subject: [PATCH] doc/org-manual.org (Citations): Add clarification about default style --- doc/org-manual.org | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index 55d1967f6..adece012a 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -17287,7 +17287,20 @@ identifying a reference in the bibliography. inserting a =/= and a style name between the =cite= keyword and the colon; this usually makes sense only for the author-year styles. -: [cite/style:common prefix ;prefix @key suffix; ... ; common suffix] + : [cite/style:common prefix ;prefix @key suffix; ... ; common suffix] + + When style is not specified, default style is used + + + either the default style specified in =CITE_EXPORT= keyword (see + [[*Citation export processors]]) + + : #+cite_export: basic numeric noauthor/bare + : [cite:@key] is the same as [cite/noauthor/bare:@key] + + + or using default =nil= style + + : [cite:@key] is the same as [cite/nil:@key] + The only mandatory elements are: