From d3b0c46adc4eb03832ca2ef92518ddb92b20fb6f Mon Sep 17 00:00:00 2001
From: dportnrj <87133692+dportnrj@users.noreply.github.com>
Date: Thu, 10 Mar 2022 13:38:30 +0300
Subject: [PATCH] Add emacs-org-remark-1.0.3
---
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 a258f7c107..5b40752277 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -108,6 +108,7 @@
;;; Copyright © 2021, 2022 Taiju HIGASHI <higashi@taiju.info>
;;; Copyright © 2022 Brandon Lucas <br@ndon.dk>
;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
+;;; Copyright © 2022 drozdov <drozdov@portalenergy.tech>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -29833,6 +29834,27 @@ (define-public emacs-org-webring
displayed for sharing.")
(license license:gpl3+)))
+(define-public emacs-org-remark
+ (let ((commit "b2e632cf66c748951910bc493915759ee8a9c22c")
+ (revision "0"))
+ (package
+ (name "emacs-org-remark")
+ (version (git-version "1.0.3" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/nobiot/org-remark")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0p5agy9fskjch0zfq01lvim3amx7kc24yq2aqhxjj4vq50c60g51"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/nobiot/org-remark")
+ (synopsis "Highlight and annotate any text file with using Org mode")
+ (description "@code{emacs-org-remark} lets you highlight and annotate any text file with using Org mode.")
+ (license license:gpl3+))))
+
(define-public emacs-orglink
(package
(name "emacs-orglink")
--
2.34.0