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:
Nicolas Goaziou 2013-02-24 16:10:47 +01:00
parent 9e7c30ea3d
commit 7440f1a019
1 changed files with 9 additions and 1 deletions

View File

@ -9179,10 +9179,18 @@ with a line like
#+OPTIONS: toc:nil (no TOC at all)
@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
The headline's title usually determines its corresponding entry in a table of
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.
@node Lists, Paragraphs, Table of contents, Structural markup elements