From mboxrd@z Thu Jan 1 00:00:00 1970 From: davidam@es.gnu.org (David Arroyo =?utf-8?Q?Men=C3=A9ndez?=) Subject: [BUG] org-latex-export fails in spanish language Date: Sun, 14 Sep 2014 20:49:56 +0200 Message-ID: <7uha0ayr3f.fsf@chapters.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTEs7-0006Gt-5X for emacs-orgmode@gnu.org; Sun, 14 Sep 2014 14:50:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTEs6-0005uT-8Q for emacs-orgmode@gnu.org; Sun, 14 Sep 2014 14:50:03 -0400 Received: from [2a01:6600:8081:3c00::1] (port=37919 helo=chapters.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTEs6-0005s2-20 for emacs-orgmode@gnu.org; Sun, 14 Sep 2014 14:50:02 -0400 Received: from chapters.gnu.org (localhost.localdomain [127.0.0.1]) by chapters.gnu.org (Postfix) with ESMTP id 8099226E4FF for ; Sun, 14 Sep 2014 20:49:56 +0200 (CEST) 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: Org Mode Hello, I'm exporting an org file to latex using the git repository. 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. Thanks in advance.