Merge branch 'maint'
This commit is contained in:
commit
d4e4b1ea68
17
doc/org.texi
17
doc/org.texi
|
@ -12977,7 +12977,7 @@ an Info file.
|
||||||
Export as a Texinfo file. For an Org file, @file{myfile.org}, the resulting
|
Export as a Texinfo file. For an Org file, @file{myfile.org}, the resulting
|
||||||
file will be @file{myfile.texi}. The file will be overwritten without
|
file will be @file{myfile.texi}. The file will be overwritten without
|
||||||
warning.
|
warning.
|
||||||
@orgcmd{C-c C-e m M,org-texinfo-export-to-info}
|
@orgcmd{C-c C-e i i,org-texinfo-export-to-info}
|
||||||
Export to Texinfo and then process to an Info file@footnote{By setting
|
Export to Texinfo and then process to an Info file@footnote{By setting
|
||||||
@code{org-texinfo-info-process}, it is possible to generate other formats,
|
@code{org-texinfo-info-process}, it is possible to generate other formats,
|
||||||
including DocBook.}.
|
including DocBook.}.
|
||||||
|
@ -13102,7 +13102,15 @@ an appendix, independently on its level and the class used.
|
||||||
Each regular sectioning structure creates a menu entry, named after the
|
Each regular sectioning structure creates a menu entry, named after the
|
||||||
heading. You can provide a different, e.g., shorter, title in
|
heading. You can provide a different, e.g., shorter, title in
|
||||||
@code{:ALT_TITLE:} property (@pxref{Table of contents}). Optionally, you can
|
@code{:ALT_TITLE:} property (@pxref{Table of contents}). Optionally, you can
|
||||||
specify a description for the item in @code{:DESCRIPTION:} property.
|
specify a description for the item in @code{:DESCRIPTION:} property. E.g.,
|
||||||
|
|
||||||
|
@example
|
||||||
|
* Controlling Screen Display
|
||||||
|
:PROPERTIES:
|
||||||
|
:ALT_TITLE: Display
|
||||||
|
:DESCRIPTION: Controlling Screen Display
|
||||||
|
:END:
|
||||||
|
@end example
|
||||||
|
|
||||||
@node Indices
|
@node Indices
|
||||||
@subsection Indices
|
@subsection Indices
|
||||||
|
@ -13168,9 +13176,8 @@ written just above the list or table.
|
||||||
|
|
||||||
In Texinfo output, description lists appear as two-column tables, using the
|
In Texinfo output, description lists appear as two-column tables, using the
|
||||||
default command @code{@@table}. You can use @code{@@ftable} or
|
default command @code{@@table}. You can use @code{@@ftable} or
|
||||||
@code{@@vtable}@footnote{For more information, please refer to
|
@code{@@vtable}@footnote{For more information, @inforef{Two-column
|
||||||
@inforef{Two-column Tables,,texinfo}.} instead with @code{:table-type}
|
Tables,,texinfo}.} instead with @code{:table-type} attribute.
|
||||||
attribute.
|
|
||||||
|
|
||||||
@vindex org-texinfo-def-table-markup
|
@vindex org-texinfo-def-table-markup
|
||||||
In any case, these constructs require a highlighting command for entries in
|
In any case, these constructs require a highlighting command for entries in
|
||||||
|
|
Loading…
Reference in New Issue