From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: How to override ":eval no" in call lines? Date: Fri, 23 Jan 2015 11:53:20 -0800 Message-ID: References: <86oaq02ivd.fsf@example.com> <86lhkv1aox.fsf@example.com> <86r3uln2lp.fsf@example.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEkIH-0003i3-7d for emacs-orgmode@gnu.org; Fri, 23 Jan 2015 14:53:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YEkID-0004LB-VL for emacs-orgmode@gnu.org; Fri, 23 Jan 2015 14:53:25 -0500 Received: from iport-bcv2-out.ucsd.edu ([132.239.0.73]:26441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEkID-0004L5-MU for emacs-orgmode@gnu.org; Fri, 23 Jan 2015 14:53:21 -0500 In-Reply-To: <86r3uln2lp.fsf@example.com> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: Org-Mode mailing list On Fri, 23 Jan 2015, Sebastien Vauban wrote: > "Charles C. Berry" wrote: >> Sebastien Vauban wrote: >>> In a long document, I must have ":eval no" at file level, as this is >>> the common setting for most code blocks. However, how do I unset that >>> for some call lines. >> [snip] > > I don't get why one has to add ":eval yes" for both types of headers > arguments. > > Moreover, I once read that when evaluating a call line, it is converted > into an ephemeral Emacs Lisp code block equivalent to the call line (and > created at the point of the call line): > > #+begin_src emacs-lisp :var result=() > result > #+end_src > > which is evaluated in place. > No, like this: #+begin_src emacs-lisp :var result=[]() > Where do fit into that picture? Either before or after the :var ... HTH, Chuck