From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-babel-do-load-languages Date: Thu, 03 May 2018 21:58:46 +0200 Message-ID: <878t90qznt.fsf@nicolasgoaziou.fr> References: <87d0ydq95m.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]:34686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fEKNT-0001mT-1Y for emacs-orgmode@gnu.org; Thu, 03 May 2018 15:58:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fEKNP-0001Xh-3l for emacs-orgmode@gnu.org; Thu, 03 May 2018 15:58:55 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:46795) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fEKNO-0001Wp-TV for emacs-orgmode@gnu.org; Thu, 03 May 2018 15:58:51 -0400 Received: from saiph (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id C150220005 for ; Thu, 3 May 2018 21:58:52 +0200 (CEST) Received: from ngz by saiph with local (Exim 4.89) (envelope-from ) id 1fEKNK-0003vo-29 for emacs-orgmode@gnu.org; Thu, 03 May 2018 21:58:46 +0200 In-Reply-To: <87d0ydq95m.fsf@gmail.com> (N. Raghavendra's message of "Thu, 03 May 2018 16:49:01 +0530") 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: emacs-orgmode@gnu.org Hello, "N. Raghavendra" writes: > I also suggest a corresponding change in Org(Languages): > > ------------------------------------------------------------ > By default, only =E2=80=98emacs-lisp=E2=80=99 is enabled for evaluatio= n. To enable > or disable other languages, customize the =E2=80=98org-babel-load-languag= es=E2=80=99 > variable either through the Emacs customization interface, or by adding > code to the init file as shown next: > > In this example, evaluation is disabled for =E2=80=98emacs-lisp=E2=80= =99, and enabled > for =E2=80=98R=E2=80=99. > > (org-babel-do-load-languages > '((emacs-lisp . nil) > (R . t))) Language names are not symbols. It should be Emacs Lisp and R. See, e.g., Emacs and ESS manuals. Regards, --=20 Nicolas Goaziou