From 58cacdf0e00a4cf7eef034998f18d2e0367c5eaf Mon Sep 17 00:00:00 2001 From: Cheong Yiu Fung Date: Tue, 27 Apr 2021 10:10:14 +0800 Subject: [PATCH] org-manual.org: Fix syntax * doc/org-manual.org (HTML export commands): Fix kbd representation. TINYCHANGE --- 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 d1eba2072..2ded91c3f 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -12527,7 +12527,7 @@ compatible with XHTML 1.0 strict standard. #+findex: org-html-export-to-html Export as HTML file with a =.html= extension. For =myfile.org=, Org - exports to =myfile.html=, overwriting without warning. {{{kbd{C-c + exports to =myfile.html=, overwriting without warning. {{{kbd(C-c C-e h o)}}} exports to HTML and opens it in a web browser. - {{{kbd(C-c C-e h H)}}} (~org-html-export-as-html~) ::