From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id MHOxKIsVFWdQEwAAe85BDQ:P1 (envelope-from ) for ; Sun, 20 Oct 2024 14:36:59 +0000 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id MHOxKIsVFWdQEwAAe85BDQ (envelope-from ) for ; Sun, 20 Oct 2024 16:36:59 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of "emacs-orgmode-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="emacs-orgmode-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1729435019; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=EsTbUfi9krbK08FIlIE35sYdzseFghRtmmXKEW+t1Mc=; b=NJCsg1dYygfnEtUFNDD3/W5sqgPbn2NIrCUCi2Oqma4+v/Ojn7WW5l+I712c+bExBuzNpn 4kNYfR52pME5R4VR+l5+rz5bB7DfxUroOH5Q+iHCgZxCRqjqGfnA5+0if8n5fM14Q46PDl aBCMeC8M9VftH37AASX6+ZCJ9vg8Gs8ItoR+ZUFy0+QK+qBkp3tiNkMkzMBBQXK5C8N8Vc 4wAWYP/RlyY217Iv8Icft8U0AFL4VyBfCoSe/FeSBZmoEj3F7vWKTAr3biImrorHdd1THE +3E7jVNvsCqc1zVhFa6Z8IMHxf+1NuoDlmTrH/rN3Gn6xuOIgECBnK3C5lrCRA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1729435019; a=rsa-sha256; cv=none; b=oq8+JSkYBk1tNvSgmszLTRKJgAGFKtFAHVt0/weXt6ihx3pUNfpy9ekLtmbqUt8QZqwdtU /JYQaZ1Vx0bq12+geTcHWGGm3cLQqG92ZLCtObrVmaBx3/g/hOmb5bSXNfsc7wnKUzZBkv RiiZXvKqAfhMv1ei0hLeFzl/be7Hcww0PRMJ596I/c1Nni0OncSr9ufAtjP5oR2c+rzrQ3 YFKz9MHpRWW9+bnGAu+TaAb+pFYVzE2S9dty5J4DSeRBr3KcMLGOwD00CFupyxBbhUAYiL QOoaZe41vVyUZc8MXcNCYo/M95jlyul3j+rdDPYZ98HgmxBSdasAcAcIdjiMDw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of "emacs-orgmode-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="emacs-orgmode-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=gmail.com (policy=none) 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 7DF7C559E6 for ; Sun, 20 Oct 2024 16:36:59 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1t2Wc7-0007cE-EI; Sun, 20 Oct 2024 10:08:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t2Wc5-0007bv-IL for emacs-orgmode@gnu.org; Sun, 20 Oct 2024 10:08:57 -0400 Received: from ciao.gmane.io ([116.202.254.214]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t2Wc4-0004kd-86 for emacs-orgmode@gnu.org; Sun, 20 Oct 2024 10:08:57 -0400 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1t2Wc1-0002JR-2J for emacs-orgmode@gnu.org; Sun, 20 Oct 2024 16:08:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: emacs-orgmode@gnu.org From: Nick Dokos Subject: Re: [PATCH] `org-babel-header-arg-expand': more stringent check for appropriate context Date: Sun, 20 Oct 2024 10:08:45 -0400 Message-ID: <87cyjux3wy.fsf@pierrot.dokosmarshall.org> References: <87zfnrb2nu.fsf@pierrot.dokosmarshall.org> <87iktzkfrt.fsf@localhost> <874j5c3j75.fsf_-_@pierrot.dokosmarshall.org> <875xppxq6c.fsf@localhost> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:ORldFGK/dm56lXKlvRnkDkq7qOw= Received-SPF: pass client-ip=116.202.254.214; envelope-from=geo-emacs-orgmode@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: 2 X-Spam_score: 0.2 X-Spam_bar: / X-Spam_report: (0.2 / 5.0 requ) BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FORGED_GMAIL_RCVD=1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.17, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: emacs-orgmode-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: 2.74 X-Spam-Score: 2.74 X-Migadu-Queue-Id: 7DF7C559E6 X-Migadu-Scanner: mx13.migadu.com X-TUID: T4gBztXybR4i Ihor Radchenko writes: > Nick Dokos writes: > >> Patch attached. > > Thanks! > Applied, onto main. > Fixed. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=8b4b89b14b > > I changed the docstring of the newly introduced function to follow the > usual Elisp conventions. Noted - thanks! -- Nick