From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id 4LGlDr5FaGd0nwAAe85BDQ:P1 (envelope-from ) for ; Sun, 22 Dec 2024 17:00:46 +0000 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id 4LGlDr5FaGd0nwAAe85BDQ (envelope-from ) for ; Sun, 22 Dec 2024 18:00:46 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; 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 2926FA08EB for ; Sun, 22 Dec 2024 18:00:46 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tPPJ5-00050L-Q8; Sun, 22 Dec 2024 11:59:55 -0500 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 1tPPJ0-000500-QA for emacs-orgmode@gnu.org; Sun, 22 Dec 2024 11:59:52 -0500 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tPPIy-0006ov-FJ for emacs-orgmode@gnu.org; Sun, 22 Dec 2024 11:59:50 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id D7E98240027 for ; Sun, 22 Dec 2024 17:59:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1734886785; bh=riJlwQNm02uwIMlt2VmG6L7MdntRCrPKgEmPv5rM090=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=W1zLvW2ItLLhll/PD7RZUVuS4xqEZMP06hM03A0x5/jz7jGnhBJvybxOkqHfQ2PoQ tWIvkWPb5Dc/7pc2g0wqZvdDLe6EANFmbgpys0dBUv4Z2qK5qM/COV4BFTy3XOF68i guNWHzs5jjBSbMrbESjhQep61x7+NKLvIVC0my6pD8EdMJzKBIyCcY9Ne4+oVqrKhR GVfAorZjcDhD6JJKfsIJj7j8jNF9QAO9zBKoolHvReguSEXyHHr3phbJTb+n/F2QzO 7Kms+tjWmnVCQrUmGcOqByjCIpIxlGD1eouM4Lb8ZQxlGNpuhlYGlLvQlOVy7zA9Cj DxPo7vBcoV5AA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4YGS7P1h0vz9rxB; Sun, 22 Dec 2024 17:59:45 +0100 (CET) From: Ihor Radchenko To: Joseph Turner Cc: Org Mode Mailing List Subject: Re: [PATCH] org-info-other-documents: Fix defcustom safe-local-variable property In-Reply-To: <87a5cr5pzr.fsf@breatheoutbreathe.in> References: <87a5cr5pzr.fsf@breatheoutbreathe.in> Date: Sun, 22 Dec 2024 17:01:17 +0000 Message-ID: <87o7137iua.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=185.67.36.65; envelope-from=yantar92@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, 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.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-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -4.00 X-Spam-Score: -4.00 X-Migadu-Queue-Id: 2926FA08EB X-Migadu-Scanner: mx10.migadu.com X-TUID: RwiTYmzmkVAZ Joseph Turner writes: > Minor fix. Thanks! Thanks! I applied an alternative fix, addressing all the instances of the same problem in Org code. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=f2b6478de9 Canceled. (this patch) -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at . Support Org development at , or support my work at