org.texi: Footonote on titletoc-hyperref issue
* org.texi (Table of contents): Add footnote on hyperref and titletoc conflict with LaTeX export.
This commit is contained in:
parent
e0879b03d0
commit
032d9aeb94
|
@ -9701,9 +9701,11 @@ location(s).
|
|||
@end example
|
||||
|
||||
Moreover, if you append @samp{local} parameter, the table contains only
|
||||
entries for current section's children@footnote{For @LaTeX{} export, this
|
||||
feature requires ``titletoc'' package.}. In this case, any depth parameter
|
||||
becomes relative to the current level.
|
||||
entries for the children of the current section@footnote{For @LaTeX{} export,
|
||||
this feature requires the @code{titletoc} package. Note that @code{titletoc}
|
||||
must be loaded @emph{before} @code{hyperref}. Thus, you may have to customize
|
||||
@code{org-latex-default-table-environment}.}. In this case, any depth
|
||||
parameter becomes relative to the current level.
|
||||
|
||||
@example
|
||||
* Section
|
||||
|
|
Loading…
Reference in New Issue