From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Rossetti Subject: Re: problem of accents with pdflatex export Date: Sun, 29 Dec 2013 02:18:45 +0100 Message-ID: <84a9fk4fpm.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vx51w-0001o2-Cc for emacs-orgmode@gnu.org; Sat, 28 Dec 2013 20:19:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vx51l-0001Um-LZ for emacs-orgmode@gnu.org; Sat, 28 Dec 2013 20:19:00 -0500 Received: from mail-ea0-x230.google.com ([2a00:1450:4013:c01::230]:47168) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vx51l-0001Ue-EH for emacs-orgmode@gnu.org; Sat, 28 Dec 2013 20:18:49 -0500 Received: by mail-ea0-f176.google.com with SMTP id h14so4487480eaj.21 for ; Sat, 28 Dec 2013 17:18:48 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Joseph Vidal-Rosset Cc: emacs-orgmode list Joseph Vidal-Rosset writes: > ... Is it a way to automatically save the .org > file in utf8 ? In my emacs the encoding is utf8 by default. > Sorry, I never customized file-coding-system-alist and related variables, defaults worked well for me, so unfortunately I don't have good hints... but please note that in my simple environment (Win7 + Emacs 24.3 + Org 8.2.2-elpa + nearly zero customizations) I can export org to PDF with =E0=E8=EC=F2=F9 (Italian) without any need to specify encodings, it just worked out-of-the-box. I would suggest to investigate in these directions: =20=20=20=20 1) try to see what happens without customizations (maybe by running "emacs -Q") 2) try to force utf8 on that specific org file, by saying in the head line: # -*- mode:org; ....your settings...; coding:utf-8 -*- 3) or alternatively: # -*- mode:org; ....your settings...; coding:iso-8859-1 -*- Kindest regards,=20 Andrea