From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:700:3204::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id UHgsGqQclGVCigAAkFu2QA (envelope-from ) for ; Tue, 02 Jan 2024 15:24:36 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id IIOUE6QclGXRCQEAe85BDQ (envelope-from ) for ; Tue, 02 Jan 2024 15:24:36 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=nicolasgoaziou.fr header.s=mailo header.b=zAHeTvn3; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1704205476; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=L1mRLmWmEiAxUbCM8U1b+umGjXVDLowDa2AfpW1t/C0=; b=RRhajyDrfZ/DHeYc4bhT/kzDqYzLZsW4xMEhx/LbD6bmf8F2kqOhERcgYd1lMH5k/43Vdh uyy/ycj5pnmYTTXDpevRa+cEZuJ6f5KQAL/Re8Ou+UXHpUuero0ShyVehbOH9k8z1T5kD4 U2N1AYUNS2FwzFpsK2L6AbormUE8TkWG3zqCx7ANSpPT/OQsgFHGOldHZL5fhB09yLxDJV 4RqGqIdcuGMYn780Areje/pMbnEV+h2J1HIy4RMWdz97b7h5r7srblu3VMVwkASUNAVA8W ZMz7hzrCtMFc5gaE/ld/wkwUEU+GZYVblFOf66uKZvLktE8NsPke3Ks3ynv+XQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=nicolasgoaziou.fr header.s=mailo header.b=zAHeTvn3; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1704205476; a=rsa-sha256; cv=none; b=qjud26iO09V55E3LrTXwjpF50B40qX6YyflccCms4IS+s8ATCSaN2udgMUon8tXgVgeE+G uAxXzUgufGnI1dG5cu94k0lHh5SAX+b/Ez/z1g4PRNe8NphiCc+BX+3XGgcs/A4NkgyQOc I7W8L94hzDVmsKL/T/tRxXqeknpFjlChp/eg1VoFXrRTylRekjLFRPjN5A6DMrHQGjxS36 WzPGyLOvOgHOqwECkkHmemJzx3fEsjkwUSqRIYEryfesYH6jRr9pxU+gK15j1vjpGTOqio 4vIKCwsvoPLJ4nASevhcEvrd8AzS+ByaLfaRxx31ALoUHivTz4LTZZyecThy3w== 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 EA63764F6A for ; Tue, 2 Jan 2024 15:24:35 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rKfgj-0006DO-UV; Tue, 02 Jan 2024 09:24:14 -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 1rKfgW-00065q-GF for guix-patches@gnu.org; Tue, 02 Jan 2024 09:24:02 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rKfgW-0001Gk-61 for guix-patches@gnu.org; Tue, 02 Jan 2024 09:24:00 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rKfgY-00061w-BH for guix-patches@gnu.org; Tue, 02 Jan 2024 09:24:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#68204] [PATCH] gnu: Add emacs-ox-tufte. Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 02 Jan 2024 14:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68204 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 68204@debbugs.gnu.org Cc: suhail@bayesians.ca X-Debbugs-Original-To: Suhail via Guix-patches via X-Debbugs-Original-Cc: Suhail , 68204@debbugs.gnu.org Received: via spool by submit@debbugs.gnu.org id=B.170420541323142 (code B ref -1); Tue, 02 Jan 2024 14:24:02 +0000 Received: (at submit) by debbugs.gnu.org; 2 Jan 2024 14:23:33 +0000 Received: from localhost ([127.0.0.1]:49639 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rKfg4-000617-O1 for submit@debbugs.gnu.org; Tue, 02 Jan 2024 09:23:33 -0500 Received: from lists.gnu.org ([2001:470:142::17]:43756) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rKfg3-00060m-6y for submit@debbugs.gnu.org; Tue, 02 Jan 2024 09:23:32 -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 1rKffs-0005ss-1k for guix-patches@gnu.org; Tue, 02 Jan 2024 09:23:21 -0500 Received: from msg-1.mailo.com ([213.182.54.11] helo=mailo.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rKffo-00019a-Jn for guix-patches@gnu.org; Tue, 02 Jan 2024 09:23:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1704205393; bh=3m8TdiHofompVggxq1XLgcNwsQmdwftMRZtX+sCPduA=; h=X-EA-Auth:From:To:Cc:Subject:In-Reply-To:References:Date: Message-ID:MIME-Version:Content-Type; b=zAHeTvn3ley3UROjx2u0szn57yXz7g5ozUG7R0EDw+NTD7gZtmYygjZ6IK2+Pkn3q +LAoXgfuJwJLttF7onWrNxxhmTOAu12bp2hjNplFXvdZGs6q5797pkGaS46sQREtTO w80KKEEqVCnyywUhZ8fql6tLNGJtAS8rZKSRCJG8= Received: by b221-4.in.mailobj.net [192.168.90.24] with ESMTP via ip-20.mailobj.net [213.182.54.20] Tue, 2 Jan 2024 15:23:13 +0100 (CET) X-EA-Auth: nA762k9G3K6cLzHd5/4tnbJgn4cfKPKy891yizzDrQ/BwTNilH5V755QEZiQfn3vfk4IrEMPDtP3c+Qyi2Vr1KtB1QjyC+Z6/6nr4zk/U8Y= In-Reply-To: (Suhail via Guix-patches via's message of "Tue, 02 Jan 2024 07:36:05 +0000") References: Date: Tue, 02 Jan 2024 15:22:57 +0100 Message-ID: <87le97lsqm.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=213.182.54.11; envelope-from=mail@nicolasgoaziou.fr; helo=mailo.com 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, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Nicolas Goaziou X-ACL-Warn: , Nicolas Goaziou via Guix-patches From: Nicolas Goaziou via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx13.migadu.com X-Migadu-Spam-Score: -6.76 X-Spam-Score: -6.76 X-Migadu-Queue-Id: EA63764F6A X-TUID: M5FZlL26Sg3L Hello, Suhail via Guix-patches via writes: > * gnu/packages/emacs-xyz.scm (emacs-ox-tufte): Add at 3.0.3 Thanks. Some comments follow. > + (source > + (origin > + (method url-fetch) > + (uri (string-append "https://stable.melpa.org/packages/ox-tufte-" > + version ".tar")) MELPA Stable is not considered as desirable upstream source. I suggest to use GitHub instead. > + (sha256 > + (base32 "0bl4c8lv3z9r0kdf70fg3bkrm90yz15xbs5hzq8z5gk97iyvjvmx")))) > + (build-system emacs-build-system) > + (propagated-inputs (list emacs-org)) > + (home-page "https://github.com/ox-tufte/ox-tufte") > + (synopsis "Tufte HTML org-mode export backend") Nitpick: Org mode > + (description > + "This is an export backend for Org-mode that exports buffers to HTML that is Nitpick: Org mode > +compatible with Tufte CSS - . The Please use @url{...} instead. > +design goal is to \"minimally\" change the HTML structure as generated by `ox-html @emph{minimally} but I have the feeling that you can simply drop the last sentence of the description. > +(with additional CSS as needed) to get behaviour that is equivalent to Tufte > +CSS.") > + (license license:gpl3+))) Otherwise, LGTM. Regards, -- Nicolas Goaziou