From 37f291ac08ad1669f37f0ffec5b3eb79f8f5e4c2 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 26 Apr 2021 22:52:16 -0400 Subject: [PATCH] guide: Fix kbd syntax * doc/org-guide.org (HTML Export): Fix kdb syntax. --- doc/org-guide.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org-guide.org b/doc/org-guide.org index e06fa10d8..06b726b65 100644 --- a/doc/org-guide.org +++ b/doc/org-guide.org @@ -2221,7 +2221,7 @@ compatible with XHTML 1.0 strict standard. - {{{kbd(C-c C-e h h)}}} :: 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. The HTML export back-end transforms =<= and =>= to =<= and =>=.