From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Make lexical eval default for elisp src blocks Date: Wed, 20 Apr 2016 10:19:30 +0200 Message-ID: <87twiwbskt.fsf@nicolasgoaziou.fr> References: <1461002134-49405-1-git-send-email-jkitchin@andrew.cmu.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asnK8-0005xd-G9 for emacs-orgmode@gnu.org; Wed, 20 Apr 2016 04:17:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asnK5-000307-BF for emacs-orgmode@gnu.org; Wed, 20 Apr 2016 04:17:24 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:39897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asnK5-0002yf-4B for emacs-orgmode@gnu.org; Wed, 20 Apr 2016 04:17:21 -0400 In-Reply-To: <1461002134-49405-1-git-send-email-jkitchin@andrew.cmu.edu> (John Kitchin's message of "Mon, 18 Apr 2016 13:55:34 -0400") 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: John Kitchin Cc: emacs-orgmode@gnu.org Hello, John Kitchin writes: > Set default in `org-babel-default-header-args:emacs-lisp'. Add an > optional argument to the eval function. Applied. Thank you. However, it seems that some tests are now failing. I guess this is related to Babel calls, which are eval'ed as emacs-lisp source blocks. I have planned to change how Babel calls are evaluated during the next days. This may make the failures disappear. Meanwhile, we could force :lexical "no" in that case. WDYT? Regards, -- Nicolas Goaziou