doc/org-manual.org: Clarify the default export language for LaTeX export
* doc/org-manual.org (LaTeX specific export settings): Link to `org-export-default-language' customization and mention its default value.
This commit is contained in:
parent
c67af5c24a
commit
57f1c02556
|
@ -13920,8 +13920,11 @@ general options (see [[*Export Settings]]).
|
||||||
#+cindex: @samp{LANGUAGE}, keyword
|
#+cindex: @samp{LANGUAGE}, keyword
|
||||||
#+vindex: org-latex-packages-alist
|
#+vindex: org-latex-packages-alist
|
||||||
#+vindex: org-latex-language-alist
|
#+vindex: org-latex-language-alist
|
||||||
|
#+vindex: org-export-default-language
|
||||||
|
|
||||||
Language code of the primary document language.
|
Language code of the primary document language. When =LANGUAGE=
|
||||||
|
keyword is not not specified use the value of
|
||||||
|
~org-export-default-language~ (by default - =en=, American English)
|
||||||
|
|
||||||
The list of language codes supported by Org is stored in the
|
The list of language codes supported by Org is stored in the
|
||||||
variable ~org-latex-language-alist~.
|
variable ~org-latex-language-alist~.
|
||||||
|
|
Loading…
Reference in New Issue