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: Tue, 27 Nov 2018 21:26:24 +0100 Message-ID: <87pnuqtggf.fsf@nicolasgoaziou.fr> References: <7ecc5c8e82316b99d6a55b77a29f1a8d1e77ca5b.camel@gmail.com> <87sgzmk3fn.fsf@gmail.com> 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]:53524) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRk19-0001YX-7c for emacs-orgmode@gnu.org; Tue, 27 Nov 2018 15:31:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRjvp-00080D-39 for emacs-orgmode@gnu.org; Tue, 27 Nov 2018 15:26:08 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:41919) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gRjvo-0007zN-Qf for emacs-orgmode@gnu.org; Tue, 27 Nov 2018 15:26:05 -0500 In-Reply-To: (Emmanuel Charpentier's message of "Tue, 27 Nov 2018 16:29:25 +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: > My original posting included the tex file generated by C-c C-e l l. > Perusing it will show you that babel is not used anywhere in this export. > > On the (remote) chance that my problem might be caused by my use of emacs > 25.2, I just installe emacs 26 from the emacs-snapshot packages for Debian > testing, ang got exactlu the same prolem. > > The org-relevant part of my .emacs is as follows : > > (require 'org) > (require 'org-ref) > > Then, later > > ;; Septembre 2018 : org-mode > > ;; touches globales : =C3=80 revoir ? > (global-set-key "\C-cl" 'org-store-link) > (global-set-key "\C-ca" 'org-agenda) > (global-set-key "\C-cc" 'org-capture) > (global-set-key "\C-cb" 'org-switchb) > ;; Chemin de la biblioth=C3=A8que ditaa > (setq org-ditaa-jar-path "/usr/share/ditaa/ditaa.jar") > ;; Autoriser les =C3=A9valuations Babel > (setq org-confirm-babel-evaluate nil) > ;; Langages connus > (org-babel-do-load-languages > 'org-babel-load-languages > '((ditaa . t) > (emacs-lisp . t) > (R . t) > (python . t) > (sagemath . t) > (julia . t) > (gnuplot . t) > (maxima . t) > (stan . t) > (mathematica . t) > (sqlite . t) > ;; (sh . t) > )) > > Like it or not, believe it or not, this setup is sufficient to create the > problem I reported. What happens if you remove "org-ref.el" reference? Regards, --=20 Nicolas Goaziou