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 "<relevant directory>/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ères"). 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 à 23:31 +0100, Nicolas Goaziou a écrit : > Emmanuel Charpentier <emm.charpent...@free.fr> writes: > > > Thanks for a prompt answer ! A couple questions : > > > > 1) What do you mean by "minimal configuration" ? A stripped > > .emacs/d/init.el ? > > Indeed. > > > 2) How can I get the "development version" ? I'm following MELPA > > already... > > You have to clone the repository and load Org from there, "master" > branch, aka "Org 9.2".