From: Vinicius Monego <monego@posteo.net>
To: 72231@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#72231] [PATCH] gnu: Add emacs-org-remark.
Date: Sun, 21 Jul 2024 16:11:53 +0000 [thread overview]
Message-ID: <adea8b6eb689cc1a08e8d383eb98e33d11f543c5.1721577724.git.monego@posteo.net> (raw)
* gnu/packages/emacs-xyz.scm (emacs-org-remark): New variable.
Change-Id: If7c5cca824f9b9a0c3f7fb0d39d0f73f0fe52460
---
This package was also submitted in issue 54238.
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 3f987f8ae6..12450e103f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15196,6 +15196,28 @@ (define-public emacs-centaur-tabs
efficient tabs plugin for Emacs with a lot of customization options.")
(license license:gpl3+)))
+(define-public emacs-org-remark
+ (package
+ (name "emacs-org-remark")
+ (version "1.2.2")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/nobiot/org-remark")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1b6nmd64jzy6a7fz4x5p276sl36xa72y3ajbl72vr5ndqp94rlz1"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ (list emacs-org))
+ (home-page "https://nobiot.github.io/org-remark/")
+ (synopsis "Highlight & annotate text using Org mode")
+ (description "Org-remark lets you highlight and annotate text files,
+websites, EPUB books and Info documentation with using Org mode.")
+ (license license:gpl3+)))
+
(define-public emacs-mocker
(package
(name "emacs-mocker")
base-commit: 81904c16aed72bb8ea1449587418d2a218d0b103
--
2.39.2
next reply other threads:[~2024-07-21 16:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-21 16:11 Vinicius Monego [this message]
2024-07-22 1:38 ` [bug#72231] QA review for 72231 Juliana Sims via Guix-patches via
2024-07-28 15:37 ` bug#72231: " Vinicius Monego
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=adea8b6eb689cc1a08e8d383eb98e33d11f543c5.1721577724.git.monego@posteo.net \
--to=monego@posteo.net \
--cc=72231@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).