From unknown Mon Jun 23 18:30:54 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#61147 <61147@debbugs.gnu.org> To: bug#61147 <61147@debbugs.gnu.org> Subject: Status: [PATCH] gnu: emacs-org-board: Not dependent on emacs-org Reply-To: bug#61147 <61147@debbugs.gnu.org> Date: Tue, 24 Jun 2025 01:30:54 +0000 retitle 61147 [PATCH] gnu: emacs-org-board: Not dependent on emacs-org reassign 61147 guix-patches submitter 61147 Cayetano Santos severity 61147 normal tag 61147 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 29 06:59:35 2023 Received: (at submit) by debbugs.gnu.org; 29 Jan 2023 11:59:35 +0000 Received: from localhost ([127.0.0.1]:42373 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pM6LP-0007b4-43 for submit@debbugs.gnu.org; Sun, 29 Jan 2023 06:59:35 -0500 Received: from lists.gnu.org ([209.51.188.17]:46454) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pM6LN-0007aw-67 for submit@debbugs.gnu.org; Sun, 29 Jan 2023 06:59:33 -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 1pM6LK-0006Q2-3m for guix-patches@gnu.org; Sun, 29 Jan 2023 06:59:32 -0500 Received: from latitanza.investici.org ([2001:888:2000:56::19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pM6LH-0003Tz-KE for guix-patches@gnu.org; Sun, 29 Jan 2023 06:59:29 -0500 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4P4VGg0PqJzGp77; Sun, 29 Jan 2023 11:59:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1674993563; bh=gFI+71J0ZcS+RU7OQ/sVCsYySKVhya5/wby6E5P/1AY=; h=From:To:Cc:Subject:Date:From; b=jR8i6AXp+UysYbPVJ/IgnZrAAcqIrvutd27tVnCcP7bHm7psXtnvFtKhvWKVVa0QJ MRPCCU+occ2UuCgZYFlqwVh+/nXq7A5wk8xjmW1euQTmlnwv4bPFZLQQ5mj98iyial sBghzrzMCWje4NXrspvws7JZusOHU3Rw6/MBCiEE= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4P4VGf4twrzGp6N; Sun, 29 Jan 2023 11:59:22 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-org-board: Not dependent on emacs-org Date: Sun, 29 Jan 2023 12:59:06 +0100 Message-Id: <2f8fc98b2e4b25035625a72b75c63c166427ef51.1674993544.git.csantosb@inventati.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:888:2000:56::19; envelope-from=csantosb@inventati.org; helo=latitanza.investici.org 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) * gnu/packages/emacs-xyz.scm (emacs-org-board): remove emacs-org Org is already included with emacs. --- gnu/packages/emacs-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 4b2fc8f0dc..92a11e18b5 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -25142,7 +25142,7 @@ (define-public emacs-org-board (inputs (list wget)) (propagated-inputs - (list emacs-org emacs-ztree)) + (list emacs-ztree)) (home-page "https://github.com/charlesroelli/org-board") (synopsis "Bookmarking and web archival system for Org mode") (description base-commit: b9e6e31877cdb96cceba4d1ec6268f86b824dec4 -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 29 09:50:45 2023 Received: (at submit) by debbugs.gnu.org; 29 Jan 2023 14:50:45 +0000 Received: from localhost ([127.0.0.1]:42544 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pM913-0006Gv-Hi for submit@debbugs.gnu.org; Sun, 29 Jan 2023 09:50:45 -0500 Received: from lists.gnu.org ([209.51.188.17]:32952) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pM912-0006Gn-3V for submit@debbugs.gnu.org; Sun, 29 Jan 2023 09:50:44 -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 1pM90n-0000Hp-0e for guix-patches@gnu.org; Sun, 29 Jan 2023 09:50:41 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pM90l-0007jd-Fg for guix-patches@gnu.org; Sun, 29 Jan 2023 09:50:28 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id A682E1C0004; Sun, 29 Jan 2023 14:50:24 +0000 (UTC) From: Nicolas Goaziou To: Cayetano Santos via Guix-patches via Subject: Re: [bug#61147] [PATCH] gnu: emacs-org-board: Not dependent on emacs-org References: <2f8fc98b2e4b25035625a72b75c63c166427ef51.1674993544.git.csantosb@inventati.org> Date: Sun, 29 Jan 2023 15:50:17 +0100 In-Reply-To: <2f8fc98b2e4b25035625a72b75c63c166427ef51.1674993544.git.csantosb@inventati.org> (Cayetano Santos via Guix-patches via's message of "Sun, 29 Jan 2023 12:59:06 +0100") Message-ID: <87ilgpiedy.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=217.70.183.197; envelope-from=mail@nicolasgoaziou.fr; helo=relay5-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: 61147@debbugs.gnu.org, 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: -2.6 (--) Hello, Cayetano Santos via Guix-patches via writes: > * gnu/packages/emacs-xyz.scm (emacs-org-board): remove emacs-org > > Org is already included with emacs. This is a fair point, and there are multiple occurrences of similar situations in our code base (with, e.g., emacs-seq). However, I think there is no consensus at the moment; it is not clear if we should use the bundled package, or the latest one. I lean towards the second idea, as long as our packages are up-to-date. In any case, you may want to raise the subject on the devel mailing list instead of trying to changes status package-wise. WDYT? Regards, -- Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 29 13:56:49 2023 Received: (at submit) by debbugs.gnu.org; 29 Jan 2023 18:56:49 +0000 Received: from localhost ([127.0.0.1]:45393 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pMCrA-0007Rz-VA for submit@debbugs.gnu.org; Sun, 29 Jan 2023 13:56:49 -0500 Received: from lists.gnu.org ([209.51.188.17]:38722) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pMCr8-0007Rq-01 for submit@debbugs.gnu.org; Sun, 29 Jan 2023 13:56:46 -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 1pMCr7-0000y2-DR for guix-patches@gnu.org; Sun, 29 Jan 2023 13:56:45 -0500 Received: from latitanza.investici.org ([2001:888:2000:56::19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pMCr6-0002KD-0I for guix-patches@gnu.org; Sun, 29 Jan 2023 13:56:45 -0500 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4P4gX84kqZzGp7l; Sun, 29 Jan 2023 18:56:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1675018600; bh=3wT8o1oEVA7GoQazBXbLPjGwSKZrTtVNSOTsi/AwxxY=; h=References:From:To:Cc:Subject:Date:Reply-To:In-reply-to:From; b=pvOSVveJWibE+pnzmYeFp+2uCUEbHZrrRMn/SvjgEWQqFLlwCOpgX2Bv7GrrDCA7d vbf+je759WS4ALP46ZP1dcDMvjntjaZ+xttOd+JQ+ZfRraj5HPBc4o+FNRtc1ru63P KtTbblYaOuVVdukyGpX+eP6j1cnIHL1jdoHajjIo= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4P4gX81FzkzGp7d; Sun, 29 Jan 2023 18:56:40 +0000 (UTC) References: <2f8fc98b2e4b25035625a72b75c63c166427ef51.1674993544.git.csantosb@inventati.org> <87ilgpiedy.fsf@nicolasgoaziou.fr> User-agent: mu4e 1.8.13; emacs 29.0.50 From: Cayetano Santos To: Nicolas Goaziou Subject: Re: [bug#61147] [PATCH] gnu: emacs-org-board: Not dependent on emacs-org Date: Sun, 29 Jan 2023 19:54:48 +0100 In-reply-to: <87ilgpiedy.fsf@nicolasgoaziou.fr> Message-ID: <87bkmhdva0.fsf@inventati.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2001:888:2000:56::19; envelope-from=csantosb@inventati.org; helo=latitanza.investici.org 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: 61147@debbugs.gnu.org, Cayetano Santos via Guix-patches via 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: , Reply-To: csantosb@inventati.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) >dim. 29 janv. 2023 at 15:50, Nicolas Goaziou=20 > ... > Hello, > > Cayetano Santos via Guix-patches via =20 > writes: > >> * gnu/packages/emacs-xyz.scm (emacs-org-board): remove=20 >> emacs-org >> >> Org is already included with emacs. > > This is a fair point, and there are multiple occurrences of=20 > similar > situations in our code base (with, e.g., emacs-seq). > > However, I think there is no consensus at the moment; it is not=20 > clear if > we should use the bundled package, or the latest one. I lean=20 > towards the > second idea, as long as our packages are up-to-date. In any=20 > case, > you may want to raise the subject on the devel mailing list=20 > instead of > trying to changes status package-wise. > > WDYT? You=E2=80=99re right. Devel list is the place to discuss about this before= =20 going any further. From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 29 14:47:53 2023 Received: (at submit) by debbugs.gnu.org; 29 Jan 2023 19:47:53 +0000 Received: from localhost ([127.0.0.1]:45438 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pMDeb-0000H2-6k for submit@debbugs.gnu.org; Sun, 29 Jan 2023 14:47:53 -0500 Received: from lists.gnu.org ([209.51.188.17]:46890) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pMDeZ-0000Gh-Dj for submit@debbugs.gnu.org; Sun, 29 Jan 2023 14:47:51 -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 1pMDeZ-00028u-6U for guix-patches@gnu.org; Sun, 29 Jan 2023 14:47:51 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pMDeX-00015K-IN for guix-patches@gnu.org; Sun, 29 Jan 2023 14:47:50 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 2660B60003; Sun, 29 Jan 2023 19:47:42 +0000 (UTC) From: Nicolas Goaziou To: Cayetano Santos via Guix-patches via Subject: Re: [bug#61147] [PATCH] gnu: emacs-org-board: Not dependent on emacs-org References: <2f8fc98b2e4b25035625a72b75c63c166427ef51.1674993544.git.csantosb@inventati.org> <87ilgpiedy.fsf@nicolasgoaziou.fr> <87bkmhdva0.fsf@inventati.org> Date: Sun, 29 Jan 2023 20:47:36 +0100 In-Reply-To: <87bkmhdva0.fsf@inventati.org> (Cayetano Santos via Guix-patches via's message of "Sun, 29 Jan 2023 19:54:48 +0100") Message-ID: <87357ti0mf.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=217.70.183.195; envelope-from=mail@nicolasgoaziou.fr; helo=relay3-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: 61147-done@debbugs.gnu.org, csantosb@inventati.org 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: -2.6 (--) Hello, Cayetano Santos via Guix-patches via writes: > You=E2=80=99re right. Devel list is the place to discuss about this before > going > any further. OK. Then, for the time being, I'm closing this bug report. You can always re-open it depending on how it turns out on the devel ML.=20 From unknown Mon Jun 23 18:30:54 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 27 Feb 2023 12:24:07 +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