From unknown Sun Jun 22 04:06:02 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48104] [PATCH] gnu: emacs-org-roam: Update to 1.2.4. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 29 Apr 2021 18:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 48104 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48104@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.161972012823727 (code B ref -1); Thu, 29 Apr 2021 18:16:02 +0000 Received: (at submit) by debbugs.gnu.org; 29 Apr 2021 18:15:28 +0000 Received: from localhost ([127.0.0.1]:56794 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcBCB-0006Ad-OD for submit@debbugs.gnu.org; Thu, 29 Apr 2021 14:15:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:35854) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcBC9-0006AV-UC for submit@debbugs.gnu.org; Thu, 29 Apr 2021 14:15:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48190) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lcBC9-0001XD-P7 for guix-patches@gnu.org; Thu, 29 Apr 2021 14:15:25 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:40606 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lcBC7-0000H5-8T for guix-patches@gnu.org; Thu, 29 Apr 2021 14:15:25 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1619720115; bh=GlmpJbH0k05birfNyRGEoMnod/udv0v1SL6EvFRPehE=; h=From:To:Subject:Date; b=JhBoB/E3iRDk7mkINs9I6s2T7PW80sWhvHT0NlYIN8wEgBgT93ybrRzVd0asSfI01 Hvg6hnc8SYnkrohqhcyIj5AMc8X4UC6au0W6LApnEVstXNYV7dK5TNlarrTZMSFai1 GmcfP1jQpF4ducDDBw8+QkH6594W8ay1z3tPhLTU= Message-Id: <5e63ff785fecb417ac56e80f95121fee8ef72630.1619720060.git.public@yoctocell.xyz> Date: Thu, 29 Apr 2021 20:15:14 +0200 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 18 X-Spam_score: 1.8 X-Spam_bar: + X-Spam_report: (1.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, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=0.413, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.6 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 1.2.4. [native-inputs]: Add texinfo. [arguments]: Install image and Texinfo documentation. --- gnu/packages/emacs-xyz.scm | 66 ++++++++++++++++ [...] Content analysis details: (1.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.4 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 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.2 (/) * gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 1.2.4. [native-inputs]: Add texinfo. [arguments]: Install image and Texinfo documentation. --- gnu/packages/emacs-xyz.scm | 66 +++++++++++++++++++++++--------------- 1 file changed, 40 insertions(+), 26 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index ef26d19506..c5e66e5e92 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -26875,36 +26875,50 @@ snippets for Emacs.") (license license:expat)))) (define-public emacs-org-roam - (let ((commit "8ad57b121831eda8d226faa14ff2ba7ab652849c") - (revision "0") - (version "1.2.3")) - (package - (name "emacs-org-roam") - (version (git-version version revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/org-roam/org-roam") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 "162qhb6rkpl1n0l8yhnwgagsx56ykaj9lchsny1id5z1257kgw9w")))) - (build-system emacs-build-system) - (propagated-inputs - `(("emacs-dash" ,emacs-dash) - ("emacs-emacsql-sqlite3" ,emacs-emacsql-sqlite3) - ("emacs-f" ,emacs-f) - ("emacs-org" ,emacs-org) - ("emacs-s" ,emacs-s))) - (home-page "https://github.com/org-roam/org-roam/") - (synopsis "Non-hierarchical note-taking with Org mode") - (description "Emacs Org Roam is a solution for taking non-hierarchical + (package + (name "emacs-org-roam") + (version "1.2.4") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/org-roam/org-roam") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "10jrnjq65lpg1x8d7lqc537yai9m6pdnfbzwr87fcyv6f8yii8xn")))) + (build-system emacs-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'install 'install-image + (lambda* (#:key outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out"))) + (install-file "doc/images/org-ref-citelink.png" + (string-append out "/share/info/images"))))) + (add-after 'install-image 'make-info + (lambda* (#:key outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out"))) + (with-directory-excursion "doc" + (invoke "makeinfo" "-o" "org-roam.info" "org-roam.texi") + (install-file "org-roam.info" + (string-append out "/share/info"))))))))) + (native-inputs + `(("texinfo" ,texinfo))) + (propagated-inputs + `(("emacs-dash" ,emacs-dash) + ("emacs-emacsql-sqlite3" ,emacs-emacsql-sqlite3) + ("emacs-f" ,emacs-f) + ("emacs-org" ,emacs-org) + ("emacs-s" ,emacs-s))) + (home-page "https://github.com/org-roam/org-roam/") + (synopsis "Non-hierarchical note-taking with Org mode") + (description "Emacs Org Roam is a solution for taking non-hierarchical notes with Org mode. Notes are captured without hierarchy and are connected by tags. Notes can be found and created quickly. Org Roam should also work as a plug-and-play solution for anyone already using Org mode for their personal wiki.") - (license license:gpl3+)))) + (license license:gpl3+))) (define-public emacs-org-roam-bibtex (package base-commit: 7540f6915c0ea04412ffdc8d70acd7b063251e74 -- 2.31.1 From unknown Sun Jun 22 04:06:02 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Xinglu Chen Subject: bug#48104: closed (Re: [bug#48104] [PATCH] gnu: emacs-org-roam: Update to 1.2.4.) Message-ID: References: <87o8dr5sj5.fsf@nicolasgoaziou.fr> <5e63ff785fecb417ac56e80f95121fee8ef72630.1619720060.git.public@yoctocell.xyz> X-Gnu-PR-Message: they-closed 48104 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 48104@debbugs.gnu.org Date: Mon, 03 May 2021 23:04:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1620083042-24496-1" This is a multi-part message in MIME format... ------------=_1620083042-24496-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #48104: [PATCH] gnu: emacs-org-roam: Update to 1.2.4. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 48104@debbugs.gnu.org. --=20 48104: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D48104 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1620083042-24496-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 48104-done) by debbugs.gnu.org; 3 May 2021 23:03:52 +0000 Received: from localhost ([127.0.0.1]:49217 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ldhbU-0006Mu-LT for submit@debbugs.gnu.org; Mon, 03 May 2021 19:03:52 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:47441) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ldhbS-0006Mo-CW for 48104-done@debbugs.gnu.org; Mon, 03 May 2021 19:03:51 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id A36C21C0003; Mon, 3 May 2021 23:03:43 +0000 (UTC) From: Nicolas Goaziou To: Xinglu Chen Subject: Re: [bug#48104] [PATCH] gnu: emacs-org-roam: Update to 1.2.4. References: <5e63ff785fecb417ac56e80f95121fee8ef72630.1619720060.git.public@yoctocell.xyz> Date: Tue, 04 May 2021 01:03:42 +0200 In-Reply-To: <5e63ff785fecb417ac56e80f95121fee8ef72630.1619720060.git.public@yoctocell.xyz> (Xinglu Chen's message of "Thu, 29 Apr 2021 20:15:14 +0200") Message-ID: <87o8dr5sj5.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello, Xinglu Chen writes: > * gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 1.2.4. > [native-inputs]: Add texinfo. > [arguments]: Install image and Texinfo documentation. Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.197 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [217.70.183.197 listed in wl.mailspike.net] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] X-Debbugs-Envelope-To: 48104-done Cc: 48104-done@debbugs.gnu.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: 0.3 (/) Hello, Xinglu Chen writes: > * gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 1.2.4. > [native-inputs]: Add texinfo. > [arguments]: Install image and Texinfo documentation. Applied. Thank you. Regards, -- Nicolas Goaziou ------------=_1620083042-24496-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 29 Apr 2021 18:15:28 +0000 Received: from localhost ([127.0.0.1]:56794 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcBCB-0006Ad-OD for submit@debbugs.gnu.org; Thu, 29 Apr 2021 14:15:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:35854) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcBC9-0006AV-UC for submit@debbugs.gnu.org; Thu, 29 Apr 2021 14:15:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48190) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lcBC9-0001XD-P7 for guix-patches@gnu.org; Thu, 29 Apr 2021 14:15:25 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:40606 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lcBC7-0000H5-8T for guix-patches@gnu.org; Thu, 29 Apr 2021 14:15:25 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1619720115; bh=GlmpJbH0k05birfNyRGEoMnod/udv0v1SL6EvFRPehE=; h=From:To:Subject:Date; b=JhBoB/E3iRDk7mkINs9I6s2T7PW80sWhvHT0NlYIN8wEgBgT93ybrRzVd0asSfI01 Hvg6hnc8SYnkrohqhcyIj5AMc8X4UC6au0W6LApnEVstXNYV7dK5TNlarrTZMSFai1 GmcfP1jQpF4ducDDBw8+QkH6594W8ay1z3tPhLTU= To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-org-roam: Update to 1.2.4. Message-Id: <5e63ff785fecb417ac56e80f95121fee8ef72630.1619720060.git.public@yoctocell.xyz> Date: Thu, 29 Apr 2021 20:15:14 +0200 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 18 X-Spam_score: 1.8 X-Spam_bar: + X-Spam_report: (1.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, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=0.413, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.6 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 1.2.4. [native-inputs]: Add texinfo. [arguments]: Install image and Texinfo documentation. --- gnu/packages/emacs-xyz.scm | 66 ++++++++++++++++ [...] Content analysis details: (1.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.4 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: submit 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.2 (/) * gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 1.2.4. [native-inputs]: Add texinfo. [arguments]: Install image and Texinfo documentation. --- gnu/packages/emacs-xyz.scm | 66 +++++++++++++++++++++++--------------- 1 file changed, 40 insertions(+), 26 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index ef26d19506..c5e66e5e92 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -26875,36 +26875,50 @@ snippets for Emacs.") (license license:expat)))) (define-public emacs-org-roam - (let ((commit "8ad57b121831eda8d226faa14ff2ba7ab652849c") - (revision "0") - (version "1.2.3")) - (package - (name "emacs-org-roam") - (version (git-version version revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/org-roam/org-roam") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 "162qhb6rkpl1n0l8yhnwgagsx56ykaj9lchsny1id5z1257kgw9w")))) - (build-system emacs-build-system) - (propagated-inputs - `(("emacs-dash" ,emacs-dash) - ("emacs-emacsql-sqlite3" ,emacs-emacsql-sqlite3) - ("emacs-f" ,emacs-f) - ("emacs-org" ,emacs-org) - ("emacs-s" ,emacs-s))) - (home-page "https://github.com/org-roam/org-roam/") - (synopsis "Non-hierarchical note-taking with Org mode") - (description "Emacs Org Roam is a solution for taking non-hierarchical + (package + (name "emacs-org-roam") + (version "1.2.4") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/org-roam/org-roam") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "10jrnjq65lpg1x8d7lqc537yai9m6pdnfbzwr87fcyv6f8yii8xn")))) + (build-system emacs-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'install 'install-image + (lambda* (#:key outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out"))) + (install-file "doc/images/org-ref-citelink.png" + (string-append out "/share/info/images"))))) + (add-after 'install-image 'make-info + (lambda* (#:key outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out"))) + (with-directory-excursion "doc" + (invoke "makeinfo" "-o" "org-roam.info" "org-roam.texi") + (install-file "org-roam.info" + (string-append out "/share/info"))))))))) + (native-inputs + `(("texinfo" ,texinfo))) + (propagated-inputs + `(("emacs-dash" ,emacs-dash) + ("emacs-emacsql-sqlite3" ,emacs-emacsql-sqlite3) + ("emacs-f" ,emacs-f) + ("emacs-org" ,emacs-org) + ("emacs-s" ,emacs-s))) + (home-page "https://github.com/org-roam/org-roam/") + (synopsis "Non-hierarchical note-taking with Org mode") + (description "Emacs Org Roam is a solution for taking non-hierarchical notes with Org mode. Notes are captured without hierarchy and are connected by tags. Notes can be found and created quickly. Org Roam should also work as a plug-and-play solution for anyone already using Org mode for their personal wiki.") - (license license:gpl3+)))) + (license license:gpl3+))) (define-public emacs-org-roam-bibtex (package base-commit: 7540f6915c0ea04412ffdc8d70acd7b063251e74 -- 2.31.1 ------------=_1620083042-24496-1--