GNU bug report logs -
#55864
Added the emacs-org-auto-tangle package
Previous Next
Reported by: Haider Mirza <haider <at> haider.gq>
Date: Thu, 9 Jun 2022 04:43:02 UTC
Severity: normal
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 55864 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello Liliana!
I think that I have fixed all of your recommendations with the package definition.
I love the yasnippet function, would you (Guix in general) mind if I use
their yasnippet config as reference (It is in the Guix repository after all)
Also, if you don't mind answering a question of mine, in Magit the saved
Patch doesn't this section:
> From 7d98fb3263173f1b7f0368b2afcd4ae64ce37568 Mon Sep 17 00:00:00 2001
> From: Haider Mirza <x7and7 <at> gmail.com>
> Date: Wed, 8 Jun 2022 22:14:56 +0100
> Subject: [PATCH] gnu: Add emacs-org-auto-tangle.
> * (emacs-org-auto-tangle): New variable.
> ---
> gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
Is this a problem on my side or am I running the wrong command (in the
commit buffer running W+s)
And Like I said before, let me know if there's any way this package definition can
be further improved! (First time making a patch)
Thanks for your help,
Haider.
[0001-gnu-Add-emacs-org-auto-tangle.patch (text/x-patch, inline)]
From 7d98fb3263173f1b7f0368b2afcd4ae64ce37568 Mon Sep 17 00:00:00 2001
From: Haider Mirza <x7and7 <at> gmail.com>
Date: Wed, 8 Jun 2022 22:14:56 +0100
Subject: [PATCH] gnu: Add emacs-org-auto-tangle.
* (emacs-org-auto-tangle): New variable.
---
gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2633b775a6..cf4f9171a0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -113,6 +113,7 @@
;;; Copyright © 2022 Peter Polidoro <peter <at> polidoro.io>
;;; Copyright © 2022 Luis Felipe López Acevedo <luis.felipe.la <at> protonmail.com>
;;; Copyright © 2022 Thomas Albers Raviola <thomas <at> thomaslabs.org>
+;;; Copyright © 2022 Haider Mirza <haider <at> haider.gq>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -5486,6 +5487,27 @@ (define-public emacs-org-inline-pdf
inline PDF preview in Org buffers by using pdf2svg.")
(license license:gpl3+)))
+(define-public emacs-org-auto-tangle
+ (package
+ (name "emacs-org-auto-tangle")
+ (version "0.4.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/yilkalargaw/org-auto-tangle.git")
+ (commit version)))
+ (sha256
+ (base32
+ "1zb7vcmhmjiqpbbhqrqci689rnpn10p985cs5jk9sgg66xsbrgs3"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ (list emacs-async))
+ (home-page "https://github.com/yilkalargaw/org-auto-tangle")
+ (synopsis "Automatically tangle code blocks on save")
+ (description
+ "This package (i.e org-auto-tangle) is a very simple emacs package that allows you to automatically tangle org files on save.")
+ (license license:bsd-2)))
+
(define-public emacs-org-rich-yank
(package
(name "emacs-org-rich-yank")
--
2.36.1
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 3 years and 74 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.