Sébastien Gendre <s...@k-7.ch> writes: > On the manual, chapter "13.3 Table of Contents", the keyword "#+TOC:" > can be used to list tables and listings if they have caption. But we can > have caption on more than tables and listings. > > Is it possible to have a TOC of figures, or any other object with a > caption ? If yes, where can I found the list of object type and the word > to use ?
This is totally up to export backend which TOC types to support. The TOC types listed in the manual should normally be supported (when a backend is capable of generating TOC), but other types are not guaranteed. Built-in backends, like LaTeX export, do not export anything extra. If you need support for additional listings, you need to find an export library that does it or extend a backend by yourself, creating derived backend. See "A.4 Adding Export Back-ends" section of Org mode manual. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>