From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id KAU/INrP4V7BXQAA0tVLHw (envelope-from ) for ; Thu, 11 Jun 2020 06:31:54 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id aCVCHNrP4V6GUgAAB5/wlQ (envelope-from ) for ; Thu, 11 Jun 2020 06:31:54 +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 9D0AF9402A2 for ; Thu, 11 Jun 2020 06:31:53 +0000 (UTC) Received: from localhost ([::1]:46958 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjGkh-00084w-CH for larch@yhetil.org; Thu, 11 Jun 2020 02:31:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36010) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjGkC-00084h-R3 for emacs-orgmode@gnu.org; Thu, 11 Jun 2020 02:31:23 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:57050) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjGkB-00013K-A3; Thu, 11 Jun 2020 02:31:19 -0400 Received: from [2a01:e35:2fe1:f780:443f:f4a4:76af:453f] (port=43128 helo=guerry) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1jjGkA-0002o3-Tt; Thu, 11 Jun 2020 02:31:19 -0400 Received: by guerry (Postfix, from userid 1000) id 989F41A603A2; Thu, 11 Jun 2020 08:31:16 +0200 (CEST) From: Bastien To: Nicolas Goaziou Subject: Re: [PATCH] Allow org-capture-mode-hook to access org-capture-current-plist [9.3.6 (release_9.3.6-443-g0e8aff @ /home/n/.emacs.d/straight/build/org/)] References: <87r1w07w86.fsf@gmail.com> <87sggb5xpf.fsf@nicolasgoaziou.fr> <875zc1bdey.fsf@gmail.com> <874krin7dw.fsf@nicolasgoaziou.fr> Date: Thu, 11 Jun 2020 08:31:16 +0200 In-Reply-To: <874krin7dw.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Wed, 10 Jun 2020 19:43:55 +0200") Message-ID: <873672i05n.fsf@bzg.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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, No Wayman Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=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: -1.01 X-TUID: I2q9M5AZilAt Hi Nicolas, Nicolas Goaziou writes: > We're in feature freeze, but since the change was very small, and was > discussed a while before I applied it nonetheless. Sure, no problem, thanks for applying it! -- Bastien