|
@@ -478,11 +478,15 @@ AUTO will automatically be replaced with a coding system derived
|
|
|
from `buffer-file-coding-system'. See also the variable
|
|
|
`org-latex-inputenc-alist' for a way to influence this mechanism.
|
|
|
|
|
|
-Likewise, if your header contains \"\\usepackage[AUTO]{babel}\",
|
|
|
-AUTO will be replaced with the language related to the language
|
|
|
-code specified by `org-export-default-language', which see. Note
|
|
|
-that constructions such as \"\\usepackage[french,AUTO,english]{babel}\"
|
|
|
-are permitted.
|
|
|
+Likewise, if your header contains \"\\usepackage[AUTO]{babel}\"
|
|
|
+or \"\\usepackage[AUTO]{polyglossia}\", AUTO will be replaced
|
|
|
+with the language related to the language code specified by
|
|
|
+`org-export-default-language'. Note that constructions such as
|
|
|
+\"\\usepackage[french,AUTO,english]{babel}\" are permitted. For
|
|
|
+Polyglossia the language will be set via the macros
|
|
|
+\"\\setmainlanguage\" and \"\\setotherlanguage\". See also
|
|
|
+`org-latex-guess-babel-language' and
|
|
|
+`org-latex-guess-polyglossia-language'.
|
|
|
|
|
|
The sectioning structure
|
|
|
------------------------
|