unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#36181] [PATCH] gnu: Add emacs-org-noter
@ 2019-06-12 13:26 Dimakakos Dimos
  2019-06-13 21:26 ` bug#36181: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Dimakakos Dimos @ 2019-06-12 13:26 UTC (permalink / raw)
  To: 36181

---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#36181: [PATCH] gnu: Add emacs-org-noter
  2019-06-12 13:26 [bug#36181] [PATCH] gnu: Add emacs-org-noter Dimakakos Dimos
@ 2019-06-13 21:26 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-06-13 21:26 UTC (permalink / raw)
  To: Dimakakos Dimos; +Cc: 36181-done

[-- Attachment #1: Type: text/plain, Size: 299 bytes --]

Hello Dimakakos,

Dimakakos Dimos <bendersteed@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’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1243 bytes --]

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+)))

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-13 21:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-12 13:26 [bug#36181] [PATCH] gnu: Add emacs-org-noter Dimakakos Dimos
2019-06-13 21:26 ` bug#36181: " Ludovic Courtès

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).