From mboxrd@z Thu Jan 1 00:00:00 1970 From: Emmanuel Charpentier Subject: Re: Possible bug in org-mode (MELPA version as of 1018-11-25) : #+language: is not (fully) honored. Date: Mon, 26 Nov 2018 04:40:40 +0100 Message-ID: <8e5cfb1695d0d1ab18752b281800e67012210c1d.camel@free.fr> References: <2efc58b43667646dd45ee0761714a341c7fcdb08.camel@free.fr> <87o9adyo6t.fsf@nicolasgoaziou.fr> <877eh0zt4n.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]:50598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gR7lR-0001qQ-G8 for emacs-orgmode@gnu.org; Sun, 25 Nov 2018 22:40:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gR7lO-0003lW-89 for emacs-orgmode@gnu.org; Sun, 25 Nov 2018 22:40:49 -0500 Received: from smtp1-g21.free.fr ([212.27.42.1]:21745) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gR7lO-0003jA-0q for emacs-orgmode@gnu.org; Sun, 25 Nov 2018 22:40:46 -0500 In-Reply-To: <877eh0zt4n.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Yet another data point: I followed your suggestion : * desinstalled MELPA's org * cloned https://code.orgmode.org/bzg/org-mode.git * make autoloads * make * emacs -q * M-: (add-to-list 'load-path "/org-mode/lisp") C-c C-e l o still gets me the same result (i. e. a table of contents entitled "Contents" rather than "Table des mati=C3=A8res"). I got this result * using the (default) master branch * using the "next" branch : - git branch next origin/next - git checkout next - make autoloads - make In both branches, make says "org-version: 9.1.14 (release_9.1.14-1124- gfb5e3e)" at the end of compilation. I'm stymied... 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). HTH, -- Emmanuel Charpentier Le dimanche 25 novembre 2018 =C3=A0 23:31 +0100, Nicolas Goaziou a =C3=A9= crit : > Emmanuel Charpentier writes: >=20 > > Thanks for a prompt answer ! A couple questions : > >=20 > > 1) What do you mean by "minimal configuration" ? A stripped > > .emacs/d/init.el ? >=20 > Indeed. >=20 > > 2) How can I get the "development version" ? I'm following MELPA > > already... >=20 > You have to clone the repository and load Org from there, "master" > branch, aka "Org 9.2".