From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Possible bug in org-mode (MELPA version as of 1018-11-25) : #+language: is not (fully) honored. Date: Mon, 26 Nov 2018 09:58:14 +0100 Message-ID: <87o9acxljt.fsf@nicolasgoaziou.fr> References: <2efc58b43667646dd45ee0761714a341c7fcdb08.camel@free.fr> <87o9adyo6t.fsf@nicolasgoaziou.fr> <877eh0zt4n.fsf@nicolasgoaziou.fr> <8e5cfb1695d0d1ab18752b281800e67012210c1d.camel@free.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]:33884) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRCij-0007ln-3z for emacs-orgmode@gnu.org; Mon, 26 Nov 2018 03:58:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRCig-0001BB-02 for emacs-orgmode@gnu.org; Mon, 26 Nov 2018 03:58:21 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:45427) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gRCif-00019c-OC for emacs-orgmode@gnu.org; Mon, 26 Nov 2018 03:58:17 -0500 In-Reply-To: <8e5cfb1695d0d1ab18752b281800e67012210c1d.camel@free.fr> (Emmanuel Charpentier's message of "Mon, 26 Nov 2018 04:40:40 +0100") 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" To: Emmanuel Charpentier Cc: emacs-orgmode@gnu.org Hello, Emmanuel Charpentier writes: > I have but one *visual* clue : whereas the fontlock gives me a gray > color for #+title, #+author and #+date (light gray for the tags, dark > blue for the title, medium grey for author and date), "#+language: fr" > remains in red, even after C-c C-c. (Approximate colors : I'm semi- > color-blind). That is to be expected. LANGUAGE does not belong to the same category as AUTHOR, TITLE=E2=80=A6 keywords. I don't know what could be wrong. I suggest to debug `org-latex-guess-babel-language' in "ox-latex.el" ( with point on the function) and see why the default header (you use the default header, right?) is not updated. Regards, --=20 Nicolas Goaziou