2013/11/6 Cecil Westerhof > 2013/11/6 Cecil Westerhof > >> I am only getting a message: >> ! Package inputenc Error: Unicode char \u8:- not set up for use with >> LaTeX. >> >> But that should be solvable. >> > > I solved that by changing in my .tex file: > \usepackage[utf8]{inputenc} > to: > \usepackage[utf8x]{inputenc} > > and running pdflatex. > > Is there a way to get this automatically in the .tex file, so I do not > have to change it? > Based on http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=bb488fa3b1eaa61ea2dfe7238f9da85bc42b0ffb I have: (defcustom org-export-latex-inputenc-alist '(\"utf8\" . \"utf8x\") "") But still the .tex file contains: \usepackage[utf8]{inputenc} instead of: \usepackage[utf8x]{inputenc} What is the right way to do this? -- Cecil Westerhof