From 37791bb4fc1ca0a613abdeb9710bd1bdb8f8ca35 Mon Sep 17 00:00:00 2001 From: Marco Wahl Date: Mon, 18 Oct 2021 15:09:58 +0200 Subject: [PATCH] org-manual: Fix one kindex entry Reminder: the kindex can be accessed via key "i" in info. This fixes also the pdf generation. --- doc/org-manual.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index 8a3a2b84a..96ee06928 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -16543,7 +16543,7 @@ more "bibliography" keywords. #+bibliography: "/some/file/with spaces/in its name.bib" #+end_example -#+kindex: C-c C-x @ +#+kindex: C-c C-x @@ #+findex: org-cite-insert One can then insert and edit citations using ~org-cite-insert~, called with {{{kbd(C-c C-x @)}}}.