suvayu ali <fatkasuvayu+li...@gmail.com> wrote: > Hi Seb, > > On Mon, Aug 8, 2011 at 8:13 AM, Sebastien Vauban > <wxhgmqzgw...@spammotel.com> wrote: > > For the sake of completeness, please know you can use PDFLaTeX and UTF-8 -- > > I > > do it for all my documents -- by having "\usepackage[utf8x]{inputenc}" > > inserted at the right place(TM). > > > > Normally, if your Org files are UTF-8, this should even be automatic, thanks > > to the line: > > > > \\usepackage[AUTO]{inputenc} > > > > in `org-export-latex-classes'. > > > > I believe you mean `org-export-latex-default-packages-alist'? > Everything seems fine with my settings "(("AUTO" "inputenc" t)..)", > but the exported latex code has this: > > \usepackage[utf8]{inputenc} > > I edited the tex file to utf8x and everything works wonderfully. Any > ideas how I could get this working? >
C-h v org-export-latex-inputenc-alist RET says: ,---- | org-export-latex-inputenc-alist is a variable defined in `org-latex.el'. | Its value is nil | | Documentation: | Alist of inputenc coding system names, and what should really be used. | For example, adding an entry | | ("utf8" . "utf8x") | | will cause \usepackage[utf8x]{inputenc} to be used for buffers that | are written as utf8 files. | | You can customize this variable. `---- Nick