Renato <renn...@gmail.com> writes:

> Hi, I've customized org-latex-packages-alist and added the package
> "babel", with option "italian", however in my latex exports I get:

Add it with AUTO instead of italian and then specify the language in
your document using 

#+language: it

If you want Italian for all documents by default, set
org-export-default-language:

,----[ C-h v org-export-default-language RET ]
| org-export-default-language is a variable defined in `ox.el'.
| Its value is "en"
| 
| Documentation:
| The default language for export and clocktable translations, as a string.
| This may have an association in
| `org-clock-clocktable-language-setup',
| `org-export-smart-quotes-alist' and `org-export-dictionary'.
| This option can also be set with the LANGUAGE keyword.
| 
| You can customize this variable.
`----

HTH,
eric
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org release_8.0.6-341-g338603


Reply via email to