summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2013-02-24 16:10:47 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2013-02-24 16:13:39 +0100
commit7440f1a019417a13ae76cfd38778866f2da0cce3 (patch)
tree7635dd0757ccd8cd9392561309636c4064c87310
parent9e7c30ea3d9e9d4c01ded880636b73239fa5fc8f (diff)
downloadorg-mode-7440f1a019417a13ae76cfd38778866f2da0cce3.tar.gz
org.texi: Document lists of listings and lists of tables
* doc/org.texi (Table of contents): Document lists of listings and lists of tables.
-rw-r--r--doc/org.texi10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 0758dee..88c9f5d 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -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