doc/org.texi: Note about a limitation of the LaTeX exporter.

* org.texi (LaTeX and PDF export): add a note about a
limitation of the LaTeX export: the org file has to be
properly structured.
This commit is contained in:
Bastien Guerry 2011-02-26 17:35:24 +01:00
parent 0c7d8e615a
commit 67a7ba3ea3
1 changed files with 3 additions and 1 deletions

View File

@ -9895,7 +9895,9 @@ compatible with xetex and possibly luatex. See the variables
@code{org-export-latex-packages-alist}.}, this backend is also used to
produce PDF output. Since the @LaTeX{} output uses @file{hyperref} to
implement links and cross references, the PDF output file will be fully
linked.
linked. Beware of the fact that your @code{org} file has to be properly
structured in order to be correctly exported: respect the hierarchy of
sections.
@menu
* LaTeX/PDF export commands:: Which key invokes which commands