From mboxrd@z Thu Jan 1 00:00:00 1970 From: davidam@es.gnu.org (David Arroyo =?utf-8?Q?Men=C3=A9ndez?=) Subject: Re: [BUG] org-latex-export fails in spanish language Date: Sun, 14 Sep 2014 23:17:26 +0200 Message-ID: <7ud2axzyu1.fsf@chapters.gnu.org> References: <87zje2q7zk.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTHAt-0000yZ-Pb for emacs-orgmode@gnu.org; Sun, 14 Sep 2014 17:17:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTHAp-0003Ix-8q for emacs-orgmode@gnu.org; Sun, 14 Sep 2014 17:17:35 -0400 Received: from chapters.tetaneutral.net ([91.224.149.60]:55184 helo=chapters.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTHAp-0003Iq-2u for emacs-orgmode@gnu.org; Sun, 14 Sep 2014 17:17:31 -0400 In-Reply-To: <87zje2q7zk.fsf@nicolasgoaziou.fr> (message from Nicolas Goaziou on Sun, 14 Sep 2014 22:09:51 +0200) 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Hello, > > davidam@es.gnu.org (David Arroyo Men=C3=A9ndez) writes: > >> I'm exporting an org file to latex using the git repository.=20 >> >> In the org file I've added #+LANGUAGE: es in the header. >> >> The language options doesn't appear in tex file. IMHO is necessary add >> \usepackage[spanish]{babel}. I suppose that is a problem with >> org-latex-guess-babel-language.=20 > > You need to put "\usepackage[spanish]{babel}" or > "\usepackage[AUTO]{babel}" in your header (with a keyword or in your > class definition). > > Org doesn't load it automatically for you. > > > Regards, Thanks, now the conversion is running.=20 Regards.