org.texi: Document lists of listings and lists of tables
* doc/org.texi (Table of contents): Document lists of listings and lists of tables.
This commit is contained in:
parent
9e7c30ea3d
commit
7440f1a019
10
doc/org.texi
10
doc/org.texi
|
@ -9179,10 +9179,18 @@ with a line like
|
||||||
#+OPTIONS: toc:nil (no TOC at all)
|
#+OPTIONS: toc:nil (no TOC at all)
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
The same @code{TOC} keyword can also generate a list of all tables
|
||||||
|
(resp. a listings) with a caption in the buffer.
|
||||||
|
|
||||||
|
@example
|
||||||
|
#+TOC: listings (build a list of listings)
|
||||||
|
#+TOC: tables (build a list of tables)
|
||||||
|
@end example
|
||||||
|
|
||||||
@cindex property, OPTIONAL_TITLE
|
@cindex property, OPTIONAL_TITLE
|
||||||
The headline's title usually determines its corresponding entry in a table of
|
The headline's title usually determines its corresponding entry in a table of
|
||||||
contents. However, it is possible to specifify an alternative title by
|
contents. However, it is possible to specifify an alternative title by
|
||||||
setting @code{:OPTIONAL_TITLE:} property accordingly. It will then be used
|
setting @code{OPTIONAL_TITLE} property accordingly. It will then be used
|
||||||
when building the table.
|
when building the table.
|
||||||
|
|
||||||
@node Lists, Paragraphs, Table of contents, Structural markup elements
|
@node Lists, Paragraphs, Table of contents, Structural markup elements
|
||||||
|
|
Loading…
Reference in New Issue