org.texi: Small reordering in HTML export section

* doc/org.texi (Top): Update master menu.
(HTML doctypes): Remove useless @subsubheading.  Change index entries
locations, small improvement to a variable value.
This commit is contained in:
Nicolas Goaziou 2016-07-23 14:06:31 +02:00
parent 8e92216a7c
commit 0f68b43133
1 changed files with 30 additions and 31 deletions

View File

@ -600,7 +600,7 @@ Beamer export
HTML export
* HTML Export commands:: How to invoke HTML export
* HTML Specific export settings:: Export settings for HTML export.
* HTML Specific export settings:: Export settings for HTML export
* HTML doctypes:: Org can export to various (X)HTML flavors
* HTML preamble and postamble:: How to insert a preamble and a postamble
* Quoting HTML tags:: Using direct HTML in Org mode
@ -11369,7 +11369,7 @@ language, but with additional support for tables.
@menu
* HTML Export commands:: How to invoke HTML export
* HTML Specific export settings:: Export settings for HTML export.
* HTML Specific export settings:: Export settings for HTML export
* HTML doctypes:: Org can export to various (X)HTML flavors
* HTML preamble and postamble:: How to insert a preamble and a postamble
* Quoting HTML tags:: Using direct HTML in Org mode
@ -11483,11 +11483,11 @@ These keywords are treated in details in the following sections.
@node HTML doctypes
@subsection HTML doctypes
@vindex org-html-doctype
@vindex org-html-doctype-alist
Org can export to various (X)HTML flavors.
@vindex org-html-doctype
@vindex org-html-doctype-alist
Setting the variable @code{org-html-doctype} allows you to export to different
(X)HTML variants. The exported HTML will be adjusted according to the syntax
requirements of that variant. You can either set this variable to a doctype
@ -11516,16 +11516,14 @@ are:
``xhtml5''
@end itemize
See the variable @code{org-html-doctype-alist} for details. The default is
@noindent See the variable @code{org-html-doctype-alist} for details. The default is
``xhtml-strict''.
@subsubheading Fancy HTML5 export
@vindex org-html-html5-fancy
@vindex org-html-html5-elements
@cindex HTML5, export new elements
HTML5 introduces several new element types. By default, Org will not make
use of these element types, but you can set @code{org-html-html5-fancy} to
@code{t} (or set @code{html5-fancy} item in an @code{OPTIONS} line), to
non-@code{nil} (or set @code{html5-fancy} item in an @code{OPTIONS} line), to
enable a few new block-level elements. These are created using arbitrary
#+BEGIN and #+END blocks. For instance:
@ -11564,6 +11562,7 @@ Becomes:
</video>
@end example
@vindex org-html-html5-elements
Special blocks that do not correspond to HTML5 elements (see
@code{org-html-html5-elements}) will revert to the usual behavior, i.e.,
@code{#+BEGIN_lederhosen} will still export to @samp{<div class="lederhosen">}.