GNU bug report logs - #36181
[PATCH] gnu: Add emacs-org-noter

Previous Next

Package: guix-patches;

Reported by: Dimakakos Dimos <bendersteed <at> teknik.io>

Date: Wed, 12 Jun 2019 14:27:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 36181 in the body.
You can then email your comments to 36181 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#36181; Package guix-patches. (Wed, 12 Jun 2019 14:27:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Dimakakos Dimos <bendersteed <at> teknik.io>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 12 Jun 2019 14:27:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Dimakakos Dimos <bendersteed <at> teknik.io>
To: guix-patches <at> gnu.org
Cc: Dimakakos Dimos <bendersteed <at> teknik.io>
Subject: [PATCH] gnu: Add emacs-org-noter
Date: Wed, 12 Jun 2019 16:26:04 +0300
---
 gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ca1eb586df..e7ae46cecc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15863,3 +15863,31 @@ corresponding Evil keys.")
       (description "@code{xterm-color.el} is an ANSI control sequence to
 text-property translator.")
       (license license:bsd-2))))
+
+(define-public emacs-org-noter
+  (package
+    (name "emacs-org-noter")
+    (version "1.3.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append
+               "https://stable.melpa.org/packages/org-noter-"
+               version
+               ".el"))
+        (sha256
+          (base32
+            "1hczwva73gsyanl1ldhdvql01gy0hy2g861yzkaklyb763sx58x4"))))
+    (build-system emacs-build-system)
+    (propagated-inputs `(("emacs-org" ,emacs-org)))
+    (home-page
+      "https://github.com/weirdNox/org-noter")
+    (synopsis
+      "Synchronized, Org-mode, document annotator")
+    (description
+      "The idea is to let you create notes that are kept in sync when you
+scroll through the document, but that are external to it - the notes
+themselves live in an Org-mode file.  As such, this leverages the power of
+Org-mode (the notes may have outlines, latex fragments, babel, etc...) while
+acting like notes that are made /in/ the document.")
+    (license license:gpl3+)))
-- 
2.22.0






Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 13 Jun 2019 21:27:02 GMT) Full text and rfc822 format available.

Notification sent to Dimakakos Dimos <bendersteed <at> teknik.io>:
bug acknowledged by developer. (Thu, 13 Jun 2019 21:27:02 GMT) Full text and rfc822 format available.

Message #10 received at 36181-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Dimakakos Dimos <bendersteed <at> teknik.io>
Cc: 36181-done <at> debbugs.gnu.org
Subject: Re: [bug#36181] [PATCH] gnu: Add emacs-org-noter
Date: Thu, 13 Jun 2019 23:26:34 +0200
[Message part 1 (text/plain, inline)]
Hello Dimakakos,

Dimakakos Dimos <bendersteed <at> teknik.io> skribis:

> ---
>  gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
>  1 file changed, 28 insertions(+)

Applied with the minor changes below and with a commit log following our
conventions.

Thank you!

Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a8eb141452..d341501cc0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16005,14 +16005,12 @@ text-property translator.")
             "1hczwva73gsyanl1ldhdvql01gy0hy2g861yzkaklyb763sx58x4"))))
     (build-system emacs-build-system)
     (propagated-inputs `(("emacs-org" ,emacs-org)))
-    (home-page
-      "https://github.com/weirdNox/org-noter")
-    (synopsis
-      "Synchronized, Org-mode, document annotator")
+    (home-page "https://github.com/weirdNox/org-noter")
+    (synopsis "Synchronized, Org-mode, document annotator")
     (description
-      "The idea is to let you create notes that are kept in sync when you
-scroll through the document, but that are external to it - the notes
+     "This package lets you create notes that are kept in sync when you
+scroll through the document, but that are external to it---the notes
 themselves live in an Org-mode file.  As such, this leverages the power of
 Org-mode (the notes may have outlines, latex fragments, babel, etc...) while
-acting like notes that are made /in/ the document.")
+acting like notes that are made @emph{in} the document.")
     (license license:gpl3+)))

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 12 Jul 2019 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 261 days ago.

Previous Next


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