From unknown Mon Jun 23 07:51:23 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#75947 <75947@debbugs.gnu.org> To: bug#75947 <75947@debbugs.gnu.org> Subject: Status: [PATCH] gnu: emacs-org-noter: add missing modules dir Reply-To: bug#75947 <75947@debbugs.gnu.org> Date: Mon, 23 Jun 2025 14:51:23 +0000 retitle 75947 [PATCH] gnu: emacs-org-noter: add missing modules dir reassign 75947 guix-patches submitter 75947 Cayetano Santos severity 75947 normal tag 75947 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 30 09:18:13 2025 Received: (at submit) by debbugs.gnu.org; 30 Jan 2025 14:18:13 +0000 Received: from localhost ([127.0.0.1]:45062 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tdVMz-0000pE-0V for submit@debbugs.gnu.org; Thu, 30 Jan 2025 09:18:13 -0500 Received: from lists.gnu.org ([2001:470:142::17]:49814) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tdVMw-0000ou-3H for submit@debbugs.gnu.org; Thu, 30 Jan 2025 09:18:10 -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 1tdVMo-0005nJ-LU for guix-patches@gnu.org; Thu, 30 Jan 2025 09:18:03 -0500 Received: from devianza.investici.org ([2c0f:f930:0:4::108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tdVMm-00081t-CX for guix-patches@gnu.org; Thu, 30 Jan 2025 09:18:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1738246668; bh=ZMFnXQEiaBZl2elLpa2uWCehcjXY+2cWkARnykaC614=; h=From:To:Cc:Subject:Date:From; b=Jg0YdxPbeywzAtjgUcUC9k8hfxcFbb9AynlaLBDVjMgQuEKWJ90JBCTOSSy5DSLLL NsXwwadOk4UTBuBxAuYeBWSHJGBf4oKIXiucGQ10arUhDUDr/j0J0b4pJ+kxCYraQg NCoRFAerAVY8MzHuIkXwLyn/79J3q9JtvXlstInU= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4YkLhX1Mbdz6vVX; Thu, 30 Jan 2025 14:17:48 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4YkLhW73l4z6vVW; Thu, 30 Jan 2025 14:17:47 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-org-noter: add missing modules dir Date: Thu, 30 Jan 2025 15:17:15 +0100 Message-ID: <7b5242cfbf41c53b8b10ace21bb995a339cd0418.1738246635.git.csantosb@inventati.org> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2c0f:f930:0:4::108; envelope-from=csantosb@inventati.org; helo=devianza.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) Change-Id: Ibe1b2b0689e0f7f435bea0ee2605c5626d91a7a9 --- gnu/packages/emacs-xyz.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 153785e017..6619c60ea0 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -35779,7 +35779,9 @@ (define-public emacs-org-noter (base32 "14n9bq0vxz6gnd5d8nzfc327647iww7gxly43rd4lw7fza8dk380")))) (build-system emacs-build-system) - (arguments (list #:exclude #~(list "emacs-devel.el"))) + (arguments (list + #:include #~(cons "^modules/" %default-include) + #:exclude #~(list "emacs-devel.el"))) (native-inputs (list emacs-log4e emacs-with-simulated-input)) (propagated-inputs (list emacs-org)) (home-page "https://github.com/org-noter/org-noter") base-commit: b85d20e853192a92093cd8d6a5756ec80e94c658 -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 09 00:20:41 2025 Received: (at control) by debbugs.gnu.org; 9 Feb 2025 05:20:41 +0000 Received: from localhost ([127.0.0.1]:42606 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tgzkG-0006EU-SJ for submit@debbugs.gnu.org; Sun, 09 Feb 2025 00:20:41 -0500 Received: from fhigh-a4-smtp.messagingengine.com ([103.168.172.155]:46203) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tgzkD-0006EB-QE for control@debbugs.gnu.org; Sun, 09 Feb 2025 00:20:39 -0500 Received: from phl-compute-01.internal (phl-compute-01.phl.internal [10.202.2.41]) by mailfhigh.phl.internal (Postfix) with ESMTP id 2932A1140252 for ; Sun, 9 Feb 2025 00:20:32 -0500 (EST) Received: from phl-mailfrontend-01 ([10.202.2.162]) by phl-compute-01.internal (MEProxy); Sun, 09 Feb 2025 00:20:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=retrospec.tv; h= cc:content-type:date:date:from:from:in-reply-to:message-id :reply-to:subject:subject:to:to; s=fm2; t=1739078432; x= 1739164832; bh=Yb5YXVIqhiTdKf4GixcxQGD8GCGR9408Igve7J17aSM=; b=A BaT/fX14FAikyz0jjAZfeWnZgFi4yZpKmOYuIAatDSjA554CsHRVTdWFtsozPqq6 qHqLTANN5a/yqGpHqU4qBPZjfYYshVger1N4rVtglmlwTo6Bj1RLxHBIvOGapo6T 25fknyNfffR+m8P78OHbOcmnQsmtvp7uTDRIP9U65+k09WKEnnPtbXFcBiH6nxKb /NmI8JRvIXUKhq2ndtbEh/usbNXdVR0Y0LNgwdWDON+OyX9VEt52tqCicj+SGNTJ cSxlszdPxlbhk+fg1jjUyBtCcuzK/Dgz97bIJw4S0qiM1v/WvG4P634nl8ozPl80 bViQHpKrFCNkAHVcuNiig== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:date:feedback-id :feedback-id:from:from:in-reply-to:message-id:reply-to:subject :subject:to:to:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm3; t=1739078432; x=1739164832; bh=Yb5YXVIqhiTdKf4GixcxQGD8GCGR 9408Igve7J17aSM=; b=r0zGknpds6l3AnQrKJRjngIimmbMQAbuMU6r733IAfzs tKCQSS0IOUS5ts27rZM61U++SGCPz/zBslGUhBb0egn2zJUmWzRUSquGu7jx5l/Q FewvvXaLN0zXA6DQTB6el99hlPdWjdQtv8lPHyrEpG10Htf8jCfFHB8Tt8YwHg7i ZqnekDEoPsp1KaeLiQ/pwiRaHZNeZfj8HcP4munlApaeRf+BLFoodkcrsROr2p24 6Xg4k/3QkQ4gStCt5fFonEeGnF3akfUYYjEfRDrlW9JU6C2MTj1IEsEIpOA1cKPA UDlnHm0huVY1SJKJHjbh3DQuQd6miD/Bw5TFpbsOLw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgdefgedvjecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpggftfghnshhusghstghrihgsvgdp uffrtefokffrpgfnqfghnecuuegrihhlohhuthemuceftddtnecunecujfgurhepfffkvf fhufestddtredttddttdenucfhrhhomhepkfgrnhcugfhurhgvuceoihgrnhesrhgvthhr ohhsphgvtgdrthhvqeenucggtffrrghtthgvrhhnpeetkeejhfefhfetieegkeehheevvd efgffggeevffdtvddufeehiefgteeiueehkeenucevlhhushhtvghrufhiiigvpedtnecu rfgrrhgrmhepmhgrihhlfhhrohhmpehirghnsehrvghtrhhoshhpvggtrdhtvhdpnhgspg hrtghpthhtohepuddpmhhouggvpehsmhhtphhouhhtpdhrtghpthhtoheptghonhhtrhho lhesuggvsggsuhhgshdrghhnuhdrohhrgh X-ME-Proxy: Feedback-ID: id9014242:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA for ; Sun, 9 Feb 2025 00:20:31 -0500 (EST) Date: Sat, 08 Feb 2025 21:20:30 -0800 Message-Id: <87ed07y9r5.fsf@retrospec.tv> To: control@debbugs.gnu.org From: Ian Eure Subject: control message for bug #75947 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) close 75947 quit From unknown Mon Jun 23 07:51:23 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 09 Mar 2025 11:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator