GNU bug report logs - #68204
[PATCH] gnu: Add emacs-ox-tufte.

Previous Next

Package: guix-patches;

Reported by: Suhail <suhail <at> bayesians.ca>

Date: Tue, 2 Jan 2024 07:37:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#68204: closed ([PATCH] gnu: Add emacs-ox-tufte.)
Date: Sun, 21 Jan 2024 23:31:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 22 Jan 2024 00:29:42 +0100
with message-id <87jzo2e049.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#68204] [PATCH v2] gnu: Add emacs-ox-tufte.
has caused the debbugs.gnu.org bug report #68204,
regarding [PATCH] gnu: Add emacs-ox-tufte.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
68204: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68204
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Suhail <suhail <at> bayesians.ca>
To: Guix-patches mailing list <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add emacs-ox-tufte.
Date: Tue, 02 Jan 2024 07:36:05 +0000
* gnu/packages/emacs-xyz.scm (emacs-ox-tufte): Add at 3.0.3

Change-Id: Iaaff4b08eddb8f38b39f003e70821ace6c937c86
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2a24f4a106..1ecba18b1f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -136,6 +136,7 @@
 ;;; Copyright © 2023 Camilo Q.S. (Distopico) <distopico <at> riseup.net>
 ;;; Copyright © 2023 Thanos Apollo <public <at> thanosapollo.com>
 ;;; Copyright © 2023 Ian Eure <ian <at> retrospec.tv>
+;;; Copyright © 2024 Suhail Singh <suhail <at> bayesians.ca>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -33180,6 +33181,29 @@ (define-public emacs-ox-reveal
 simple but powerful Org contents.")
       (license license:gpl3+))))
 
+(define-public emacs-ox-tufte
+  (package
+    (name "emacs-ox-tufte")
+    (version "3.0.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://stable.melpa.org/packages/ox-tufte-"
+                           version ".tar"))
+       (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")
+    (description
+     "This is an export backend for Org-mode that exports buffers to HTML that is
+compatible with Tufte CSS - <https://edwardtufte.github.io/tufte-css/>.  The
+design goal is to \"minimally\" change the HTML structure as generated by `ox-html
+(with additional CSS as needed) to get behaviour that is equivalent to Tufte
+CSS.")
+    (license license:gpl3+)))
+
 (define-public emacs-ox-rss
   ;; XXX: Upstream provides no version nor tags whatsoever.
   (let ((commit "83dc898fa5493925b01716e5dd495d5e07c3d41a")

base-commit: f2102cb5b9239be2ed2023b908b726af542e0124
-- 
2.43.0




[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Suhail via Guix-patches via <guix-patches <at> gnu.org>
Cc: 68204-done <at> debbugs.gnu.org, Suhail <suhail <at> bayesians.ca>
Subject: Re: [bug#68204] [PATCH v2] gnu: Add emacs-ox-tufte.
Date: Mon, 22 Jan 2024 00:29:42 +0100
Hello,

Suhail via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-ox-tufte): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




This bug report was last modified 1 year and 122 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.