[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#34698] [PATCH] gnu: add org-noter.
From: |
Nicolò Balzarotti |
Subject: |
[bug#34698] [PATCH] gnu: add org-noter. |
Date: |
Fri, 1 Mar 2019 09:07:52 +0100 |
---
gnu/packages/emacs-xyz.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 871721af3a..decab4f292 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9285,6 +9285,38 @@ timestamps and date-time format strings library for
Emacs.")
"This package creates Graphviz directed graphs from Org files.")
(license license:gpl3+))))
+(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
+ "A 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.
+
+Also, I must thank Sebastian for the original idea and inspiration!
+Link to the original Interleave package:
+https://github.com/rudolfochrist/interleave
+")
+ (license license:gpl3)))
+
(define-public emacs-npm-mode
(package
(name "emacs-npm-mode")
--
2.20.1
- [bug#34693] [PATCH] services: mpd: add more configuration options, (continued)
[bug#34692] [PATCH] gnu: add r-statcheck., Nicolò Balzarotti, 2019/03/01
[bug#34696] [PATCH] gnu: add r-rematch2., Nicolò Balzarotti, 2019/03/01
[bug#34695] [PATCH] gnu: add r-rex., Nicolò Balzarotti, 2019/03/01
[bug#34694] [PATCH] gnu: add r-styler., Nicolò Balzarotti, 2019/03/01
[bug#34698] [PATCH] gnu: add org-noter.,
Nicolò Balzarotti <=
[bug#34697] [PATCH] gnu: add r-lintr., Nicolò Balzarotti, 2019/03/01