From unknown Sat Jun 21 10:46:11 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48663] [PATCH] gnu: Add emacs-org-inline-pdf. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 26 May 2021 07:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 48663 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48663@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16220146173906 (code B ref -1); Wed, 26 May 2021 07:37:02 +0000 Received: (at submit) by debbugs.gnu.org; 26 May 2021 07:36:57 +0000 Received: from localhost ([127.0.0.1]:47535 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1llo65-00010w-CS for submit@debbugs.gnu.org; Wed, 26 May 2021 03:36:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:37292) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1llo64-00010p-Dk for submit@debbugs.gnu.org; Wed, 26 May 2021 03:36:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35914) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1llo64-0001O3-6I for guix-patches@gnu.org; Wed, 26 May 2021 03:36:56 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:38002 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 1llo62-0002ji-Ei for guix-patches@gnu.org; Wed, 26 May 2021 03:36:55 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1622014609; bh=lDsH7W6f9bz4CD9YjPMyyGtgEIOe+M/iqjmbPthhFPg=; h=From:To:Subject:Date; b=NgAzEdnmi1K9XdyPVhzJnr2MS7elxuBn8Xonsz/0cb17zPirLxf5y3/3tns5agn/V 0MJhE552B9yvM33b4MnxTy8EhSXw8lLWoSsfGRcLiSGOhzENb5jCXx//KWxBUfK/96 IVgAYZd7ZWov5cgOfCe3lhAMwdTDkcujjWcRAbrU= Message-Id: Date: Wed, 26 May 2021 09:36:49 +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: 33 X-Spam_score: 3.3 X-Spam_bar: +++ X-Spam_report: (3.3 / 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.498, FROM_SUSPICIOUS_NTLD_FP=1.896, PDS_OTHER_BAD_TLD=1.997, 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: 3.1 (+++) 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-inline-pdf): New variable. --- gnu/packages/emacs-xyz.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 886320cc34..22918c8f9b 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -4635,6 +4635,36 @@ strike [...] Content analysis details: (3.1 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] 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_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] 1.9 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 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-inline-pdf): New variable. --- gnu/packages/emacs-xyz.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 886320cc34..22918c8f9b 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -4635,6 +4635,36 @@ strike through completed TODO headings, changes Org blocks, changes Org check boxes, and more.") (license license:gpl3+)))) +(define-public emacs-org-inline-pdf + (package + (name "emacs-org-inline-pdf") + (version "0.2") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/shg/org-inline-pdf.el") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qc92xvgxmnwjixk8bxwbc1l1jj0qk9dg73jyaip6lk4g0wjk6xf")))) + (build-system emacs-build-system) + (inputs + `(("pdf2svg" ,pdf2svg))) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'patch-exec-paths + (lambda* (#:key inputs #:allow-other-keys) + (let ((pdf2svg (assoc-ref inputs "pdf2svg"))) + (substitute* "org-inline-pdf.el" + (("\"pdf2svg\"") (string-append "\"" pdf2svg "/bin/pdf2svg\""))))))))) + (home-page "https://github.com/shg/org-inline-pdf.el") + (synopsis "Inline PDF previewing for Org ") + (description "This package provides a minor mode that enables +inline PDF preview in Org buffers by using pdf2svg.") + (license license:gpl3+))) + (define-public emacs-org-rich-yank (package (name "emacs-org-rich-yank") base-commit: 0ffac75ece4f22a8595e19b8a375791e87d365aa -- 2.31.1 From unknown Sat Jun 21 10:46:11 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48663] [PATCH] gnu: Add emacs-org-inline-pdf. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 26 May 2021 07:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48663 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48663@debbugs.gnu.org Received: via spool by 48663-submit@debbugs.gnu.org id=B48663.16220156535560 (code B ref 48663); Wed, 26 May 2021 07:55:01 +0000 Received: (at 48663) by debbugs.gnu.org; 26 May 2021 07:54:13 +0000 Received: from localhost ([127.0.0.1]:47552 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lloMn-0001Rc-J9 for submit@debbugs.gnu.org; Wed, 26 May 2021 03:54:13 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:46636 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lloMk-0001RJ-KU for 48663@debbugs.gnu.org; Wed, 26 May 2021 03:54:11 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1622015643; bh=g5Ws7LNmMWodDnwOeu1RFAO/jN4fXvWKKJ6i3Q37oPo=; h=From:To:Subject:In-Reply-To:References:Date; b=A5PL1AKNqC564ey8Jrsjs/SpKptAWR2HS7uncBiD0cREUrYhr98MIFFO98cohPXQj n3fEHdfFEa1qjP3+14qg9MQsUDV4RF2siScaoJwbUhfsE9j+Xkn4JP2OSdUHLYM7gJ 9LQMgHQf6x+7MX0HiAnES/PeuzaMadZlgAbqXVb8= In-Reply-To: References: Date: Wed, 26 May 2021 09:54:02 +0200 Message-ID: <87o8cy53s5.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 2.9 (++) 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: On Wed, May 26 2021, Xinglu Chen wrote: > +(define-public emacs-org-inline-pdf > + (package > + (name "emacs-org-inline-pdf") > + (version "0.2") > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.co [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 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)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 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.9 (++) 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: On Wed, May 26 2021, Xinglu Chen wrote: > +(define-public emacs-org-inline-pdf > + (package > + (name "emacs-org-inline-pdf") > + (version "0.2") > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.co [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 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)] 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain On Wed, May 26 2021, Xinglu Chen wrote: > +(define-public emacs-org-inline-pdf > + (package > + (name "emacs-org-inline-pdf") > + (version "0.2") > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/shg/org-inline-pdf.el") > + (commit version))) > + (file-name (git-file-name name version)) > + (sha256 > + (base32 > + "1qc92xvgxmnwjixk8bxwbc1l1jj0qk9dg73jyaip6lk4g0wjk6xf")))) > + (build-system emacs-build-system) > + (inputs > + `(("pdf2svg" ,pdf2svg))) > + (arguments > + `(#:phases > + (modify-phases %standard-phases > + (add-after 'unpack 'patch-exec-paths > + (lambda* (#:key inputs #:allow-other-keys) > + (let ((pdf2svg (assoc-ref inputs "pdf2svg"))) > + (substitute* "org-inline-pdf.el" > + (("\"pdf2svg\"") (string-append "\"" pdf2svg "/bin/pdf2svg\""))))))))) > + (home-page "https://github.com/shg/org-inline-pdf.el") > + (synopsis "Inline PDF previewing for Org ") ^^ Oops, trailing whitespace. Should I add a linter check for this? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEAVhh4yyK5+SEykIzrPUJmaL7XHkFAmCt/poVHHB1YmxpY0B5 b2N0b2NlbGwueHl6AAoJEKz1CZmi+1x5EPwQAJpXb6yiKKlZaOGI/xooyktFd4Nu e/U4A4IJOLQMVrnVunAuG40TQMlX4W2bKRCW0QTAvc8kjMAhw2N1fnA2/+Q2jWc0 h7EL5jyPERAn8blEGKRtNuj8/3WaeP+8d4OGHIjAI5G+k0OHV3Jh4oh08AvY89p7 Gp3p/C8YUdXKHaxdWvqRgTkfenMqGd865sDSvAp4XOSFxNVWLatXq+gVJAwrAj9a 5EdhaWM8u3n05hLDQOQ7Fyp5RYmuZ1ITL65u1UxxHcGaloV6tT4l57+7JNZNNeKf kQmqajQmqPsJunfunu3hGP7EezINxe93WcVOqzEx9dbkm3l19gKfMocUY1BBbmE/ 6m2kBUa/k/DRX3dcgPZpmQNpoQojs5W06fI/TTD6s6yv/hEs0NASxKYxftlMp7qn Pbxt80rzv56rj9zbpSLEs3uTn86KPUkVs52BBMjXWz6aTRGQhzeJXkr3BSY0+itv Fl6tvGorTsh/y0ZrP123UiZiRgGuXMPeRNdPV5EfNfGKab5PZcTmnyeNAN++blgn GzKKGYRRx54HkqUjjnLlgZvPTrGD2uvMwpB9XVuaXPRdsN/qhYAmZYqIg5x9sh/Y 2R5/8Bq9ssS11S53tiZTsaFyxezqdJYaAtSnLkB7VQYSm3MBngznC9BtNwOJ84vK eqJizpmIQYzyjKph =S3q0 -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Jun 21 10:46:11 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#48663: closed (Re: [bug#48663] [PATCH] gnu: Add emacs-org-inline-pdf.) Message-ID: References: <874kepirn4.fsf@nicolasgoaziou.fr> X-Gnu-PR-Message: they-closed 48663 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 48663@debbugs.gnu.org Date: Wed, 26 May 2021 12:53:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1622033582-12776-1" This is a multi-part message in MIME format... ------------=_1622033582-12776-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #48663: [PATCH] gnu: Add emacs-org-inline-pdf. 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 48663@debbugs.gnu.org. --=20 48663: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D48663 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1622033582-12776-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 48663-done) by debbugs.gnu.org; 26 May 2021 12:52:42 +0000 Received: from localhost ([127.0.0.1]:47874 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1llt1e-0003JY-4S for submit@debbugs.gnu.org; Wed, 26 May 2021 08:52:42 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:36563) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1llt1c-0003JJ-RJ for 48663-done@debbugs.gnu.org; Wed, 26 May 2021 08:52:41 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 8663C20009; Wed, 26 May 2021 12:52:33 +0000 (UTC) From: Nicolas Goaziou To: Xinglu Chen Subject: Re: [bug#48663] [PATCH] gnu: Add emacs-org-inline-pdf. References: <87o8cy53s5.fsf@yoctocell.xyz> Date: Wed, 26 May 2021 14:52:31 +0200 In-Reply-To: <87o8cy53s5.fsf@yoctocell.xyz> (Xinglu Chen's message of "Wed, 26 May 2021 09:54:02 +0200") Message-ID: <874kepirn4.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: > On Wed, May 26 2021, Xinglu Chen wrote: > >> +(define-public emacs-org-inline-pdf Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.200 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-Debbugs-Envelope-To: 48663-done Cc: 48663-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: > On Wed, May 26 2021, Xinglu Chen wrote: > >> +(define-public emacs-org-inline-pdf Patch applied. Thank you. > Oops, trailing whitespace. Should I add a linter check for this? Isn't it the case already? There's a `report-trailing-white-space' checker in "lint.scm". Regards, -- Nicolas Goaziou ------------=_1622033582-12776-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 26 May 2021 07:36:57 +0000 Received: from localhost ([127.0.0.1]:47535 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1llo65-00010w-CS for submit@debbugs.gnu.org; Wed, 26 May 2021 03:36:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:37292) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1llo64-00010p-Dk for submit@debbugs.gnu.org; Wed, 26 May 2021 03:36:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35914) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1llo64-0001O3-6I for guix-patches@gnu.org; Wed, 26 May 2021 03:36:56 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:38002 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 1llo62-0002ji-Ei for guix-patches@gnu.org; Wed, 26 May 2021 03:36:55 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1622014609; bh=lDsH7W6f9bz4CD9YjPMyyGtgEIOe+M/iqjmbPthhFPg=; h=From:To:Subject:Date; b=NgAzEdnmi1K9XdyPVhzJnr2MS7elxuBn8Xonsz/0cb17zPirLxf5y3/3tns5agn/V 0MJhE552B9yvM33b4MnxTy8EhSXw8lLWoSsfGRcLiSGOhzENb5jCXx//KWxBUfK/96 IVgAYZd7ZWov5cgOfCe3lhAMwdTDkcujjWcRAbrU= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-org-inline-pdf. Message-Id: Date: Wed, 26 May 2021 09:36:49 +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: 33 X-Spam_score: 3.3 X-Spam_bar: +++ X-Spam_report: (3.3 / 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.498, FROM_SUSPICIOUS_NTLD_FP=1.896, PDS_OTHER_BAD_TLD=1.997, 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: 3.1 (+++) 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-inline-pdf): New variable. --- gnu/packages/emacs-xyz.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 886320cc34..22918c8f9b 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -4635,6 +4635,36 @@ strike [...] Content analysis details: (3.1 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] 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_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] 1.9 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 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-inline-pdf): New variable. --- gnu/packages/emacs-xyz.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 886320cc34..22918c8f9b 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -4635,6 +4635,36 @@ strike through completed TODO headings, changes Org blocks, changes Org check boxes, and more.") (license license:gpl3+)))) +(define-public emacs-org-inline-pdf + (package + (name "emacs-org-inline-pdf") + (version "0.2") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/shg/org-inline-pdf.el") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qc92xvgxmnwjixk8bxwbc1l1jj0qk9dg73jyaip6lk4g0wjk6xf")))) + (build-system emacs-build-system) + (inputs + `(("pdf2svg" ,pdf2svg))) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'patch-exec-paths + (lambda* (#:key inputs #:allow-other-keys) + (let ((pdf2svg (assoc-ref inputs "pdf2svg"))) + (substitute* "org-inline-pdf.el" + (("\"pdf2svg\"") (string-append "\"" pdf2svg "/bin/pdf2svg\""))))))))) + (home-page "https://github.com/shg/org-inline-pdf.el") + (synopsis "Inline PDF previewing for Org ") + (description "This package provides a minor mode that enables +inline PDF preview in Org buffers by using pdf2svg.") + (license license:gpl3+))) + (define-public emacs-org-rich-yank (package (name "emacs-org-rich-yank") base-commit: 0ffac75ece4f22a8595e19b8a375791e87d365aa -- 2.31.1 ------------=_1622033582-12776-1-- From unknown Sat Jun 21 10:46:11 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48663] [PATCH] gnu: Add emacs-org-inline-pdf. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 26 May 2021 14:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48663 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Nicolas Goaziou Cc: 48663-done@debbugs.gnu.org Received: via spool by 48663-done@debbugs.gnu.org id=D48663.162203821621853 (code D ref 48663); Wed, 26 May 2021 14:11:02 +0000 Received: (at 48663-done) by debbugs.gnu.org; 26 May 2021 14:10:16 +0000 Received: from localhost ([127.0.0.1]:49656 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lluEi-0005gP-3e for submit@debbugs.gnu.org; Wed, 26 May 2021 10:10:16 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:54336 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lluEg-0005gA-EK for 48663-done@debbugs.gnu.org; Wed, 26 May 2021 10:10:14 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1622038208; bh=uboHz4aKuc6OUhuSW73Jei00QBQ5xe1O1rP9ULHFBH0=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=o01cF5CDxdMO9sg1EbqpOiC3isYCcwyzlPIMiNNK50SycNlcuFmWTs3x2MSRzcqoo 12Th7rlmi6hA9LQ3AUGc43/3ld68ESAQylnCOVe8aYp+9inr7CAeR2CiZwtkDYK8fP DmPDcbTDGHfm4RGcvd7nwMHukXDwWou/kxVkTebo= In-Reply-To: <874kepirn4.fsf@nicolasgoaziou.fr> References: <87o8cy53s5.fsf@yoctocell.xyz> <874kepirn4.fsf@nicolasgoaziou.fr> Date: Wed, 26 May 2021 16:10:08 +0200 Message-ID: <871r9ty4an.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 2.9 (++) 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: On Wed, May 26 2021, Nicolas Goaziou wrote: >> Oops, trailing whitespace. Should I add a linter check for this? > > Isn't it the case already? There's a `report-trailing-white-space' > checker in "lint.scm". Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 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.9 (++) 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: On Wed, May 26 2021, Nicolas Goaziou wrote: >> Oops, trailing whitespace. Should I add a linter check for this? > > Isn't it the case already? There's a `report-trailing-white-space' > checker in "lint.scm". Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain On Wed, May 26 2021, Nicolas Goaziou wrote: >> Oops, trailing whitespace. Should I add a linter check for this? > > Isn't it the case already? There's a `report-trailing-white-space' > checker in "lint.scm". I think this one only checks the lines and not the text inside of the synopsis string. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEAVhh4yyK5+SEykIzrPUJmaL7XHkFAmCuVsAVHHB1YmxpY0B5 b2N0b2NlbGwueHl6AAoJEKz1CZmi+1x5VrwQAIg7XqebBCfIVZ0YgjJlJDzkiWPz TuSePnlJgRDdDyLcXrxg4zQ0twCGuuB0X9HWWR/131oadnSDl8V62ntsbPNmvvGB fra0gk2PgmR1Z5ypwRo5Z6HWhsS7Lzej2JTqgd11gXpxraQQJS0ZZf3bIOpsFuw7 TCRHB03cf3QsNbFzWRwaWaw5WoknszLT6gm06asJc1iS/Pt4YmXaCe6d46ZsUlWG bsgyfMw0evrYZvSpFNvFu1Py6Hgx5QyknhC36pAQSzskn82KRmefwPV6ZSjgD0gk 41/DCv5BylJQ5mZLYZ42fu3bUII4pkGzyxAyfz4pz/YrBJdMKSvJ+TdxTBm6AbzL 9XNQUJ6VYTP6K2l6oyXcnyVVtQb3YWfJP4pEDT9ehs0TqOyAQcLwy8KL01Y7OtDA vwBoZgGm67+O4SdsKTDVat9rrdkb8xy4pMTHr1bl/p+raNYw/eiOVkhUfmLTJN5A m6sxLiyKnsrQ66eXv4dymHif2FQ2d0Alsko5LiYKDoAhls5UUAoHcCY/qP+FTbHT xheBJoteM+64thgriC43SGQSkSpZEdM9exvvBn1BPGRFW1fIXcKhiTCWBtO574cD JqqIy63wgxNEN9EdGodkbHmU2d9j22kDc7MOMOjpr2gB8HwqJX6UYRENgJfgxEyF deURi7qDsvhAUj6M =T/eN -----END PGP SIGNATURE----- --=-=-=--