Merge branch 'maint'

This commit is contained in:
Kyle Meyer 2021-04-26 23:01:06 -04:00
commit c93066d8e2
2 changed files with 2 additions and 2 deletions

View file

@ -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 =&lt;= and =&gt;=.

View file

@ -12599,7 +12599,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~) ::