From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id UCHFNwIrWV9OfwAA0tVLHw (envelope-from ) for ; Wed, 09 Sep 2020 19:20:34 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 4MO+MwIrWV+DXgAA1q6Kng (envelope-from ) for ; Wed, 09 Sep 2020 19:20:34 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 4E02E9406B8 for ; Wed, 9 Sep 2020 19:20:34 +0000 (UTC) Received: from localhost ([::1]:38088 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kG5dv-00083k-DN for larch@yhetil.org; Wed, 09 Sep 2020 15:20:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38880) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kG5dW-00083d-9T for emacs-orgmode@gnu.org; Wed, 09 Sep 2020 15:20:06 -0400 Received: from mail-pg1-x52e.google.com ([2607:f8b0:4864:20::52e]:34647) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kG5dU-0004Qd-KT; Wed, 09 Sep 2020 15:20:06 -0400 Received: by mail-pg1-x52e.google.com with SMTP id u13so2800771pgh.1; Wed, 09 Sep 2020 12:20:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:cc:subject:in-reply-to:references:date:message-id :mime-version; bh=BtfVXLInDzqobBcFzYIlCtmrAte/VwjHYWJVw1DDPBc=; b=FcrzFB+XHwpioqrdvGLTMu8PEGyycYfwJ4x+/9SRF53sA/LbA1wwuscdGxsz2jfqXD V7bN+YkZwydarSTFoBuNlpv7PfqJwussDOLDii9PgXj/iUh3G5l9HbqUXoPQpUQz6sqv 4aDmKa19q/rOoiA6buN4iS/L91AnlagyZa+3C73TW5mmlANTwKZo0IIL97CC5QF1W/Kk IYpjiBYstzaqzmgw21VmbmfoMAfd1BB/EVQ9re5tKUSJm7pqL6zslKjAtnDxcdNq2RTw /hDEV0r+YfTMZcioSvQ/jCDdbjFrKTbkfXEY8xFzIpGR6Npm/9Ir86KmUDdnJdqOG4A0 6H5g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:cc:subject:in-reply-to:references :date:message-id:mime-version; bh=BtfVXLInDzqobBcFzYIlCtmrAte/VwjHYWJVw1DDPBc=; b=OKmTUj0zAlgxc6h9TpJyRoU0Bm+oRbMCASeqzh5xLtmL+moC+s0NN5sWRnZTiXpPns QIIwXkxgOaw+HMBXuoE2707MC9jDMUWDXCdA/Jz/bklCqA0FqCERY3Vg1XGceg5+dzQa dJMMAh4Ht4OYqueCCpTQHMRtgKeEen2lcGT3gERRp29fV9aBf1/B0HM0NCCsmkQvgTQO MdYaix44gZS6SiesC5BHaWtMBCZL4nUJtrgIs/onPnCvmtmuX+cgdgCgqkbbm0SPm0uM X011aM0NbqkcEhaVZgcmKDLU5HkQO+YwbAUwtwBMCw/FMAq9lE6dpxmuca91sk+dyHwk hS0A== X-Gm-Message-State: AOAM531HN4MZTD4ttD5AJvWpBkFyu6ItqbIk/ysla/3oGw+t57PlxyRF l4DUqSBXeF4ebI6x0wynmxr3gFA1YwdMPg== X-Google-Smtp-Source: ABdhPJyfeCySkVrDfOeD0zbTTehh01Asril6yjd8z7QIbwO2rNL3r+4FAhZoXM4koVEXR617oQ4mQg== X-Received: by 2002:a17:902:6bc9:b029:d0:cb2d:f272 with SMTP id m9-20020a1709026bc9b02900d0cb2df272mr2361980plt.11.1599679201808; Wed, 09 Sep 2020 12:20:01 -0700 (PDT) Received: from ryzen3950 (c-73-71-89-135.hsd1.ca.comcast.net. [73.71.89.135]) by smtp.gmail.com with ESMTPSA id y4sm3546593pfr.46.2020.09.09.12.20.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Sep 2020 12:20:00 -0700 (PDT) From: Matt Huszagh To: Bastien Subject: Re: babel default header args as functions In-Reply-To: <87k0x8dy3s.fsf@gnu.org> References: <87ftflikkc.fsf@gmail.com> <871rjqprdu.fsf@gmail.com> <875z8wxis3.fsf@gmail.com> <87k0x8dy3s.fsf@gnu.org> Date: Wed, 09 Sep 2020 12:20:00 -0700 Message-ID: <87v9gmzrj3.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2607:f8b0:4864:20::52e; envelope-from=huszaghmatt@gmail.com; helo=mail-pg1-x52e.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: , "emacs-orgmode@gnu.org" Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=fail (rsa verify failed) header.d=gmail.com header.s=20161025 header.b=FcrzFB+X; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: 0.09 X-TUID: 4bbkeUy88FBu Bastien writes: > Also, if we integrate the change, `eval-default-headers' would be > better named `org-babel-eval-default-headers'. I've changed the function name to `org-babel-eval-headers'. The reason for dropping "default" is that this function is now used as part of `org-babel-merge-params' on all headers, not just defaults in order to avoid evaluating closures until we know they are needed. See https://lists.gnu.org/archive/html/emacs-orgmode/2020-09/msg00464.html for the new patch and more info. Matt