emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#31954: closed ([PATCH] gnu: Add emacs-org-brain.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31954: closed ([PATCH] gnu: Add emacs-org-brain.)
Date: Sat, 07 Jul 2018 15:53:02 +0000

Your message dated Sat, 07 Jul 2018 17:51:56 +0200
with message-id <address@hidden>
and subject line Re: [bug#31954] [PATCH] gnu: Add emacs-org-brain.
has caused the debbugs.gnu.org bug report #31954,
regarding [PATCH] gnu: Add emacs-org-brain.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
31954: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31954
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-org-brain. Date: Sun, 24 Jun 2018 11:29:37 +0200
* gnu/packages/emacs.scm (emacs-org-brain): New variable.
---
 gnu/packages/emacs.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 3b2c41c5d..616175d54 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -11277,3 +11277,28 @@ file.")
        "@code{wgrep-helm} allows you to edit a @code{helm-grep-mode} buffer and
 apply those changes to the file buffer.")
       (license license:gpl3+))))
+
+(define-public emacs-org-brain
+  (let ((version "20180522")  ; no proper tag, use date of commit
+        (commit "3faf9303af3f2356e3444e69c22dc6c5774047d1")
+        (revision "1"))
+    (package
+      (name "emacs-org-brain")
+      (version (git-version version revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/Kungsgeten/org-brain.git";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "1ad681zk6kckw2zbk0r4iaj4bw8cfqrbd1s3gdwgdjlzq81q9mmj"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/Kungsgeten/org-brain";)
+      (synopsis "Org-mode wiki and concept-mapping for Emacs")
+      (description "@code{emacs-org-brain} implements a variant of concept
+mapping in Emacs, using @code{org-mode}. It is heavily inspired by a piece of
+software called The Brain.")
+      (license license:expat))))
-- 
2.18.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#31954] [PATCH] gnu: Add emacs-org-brain. Date: Sat, 07 Jul 2018 17:51:56 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hello Vasile,

Vasile Dumitrascu <address@hidden> skribis:

> @Marius: Please find attached an updated patch with the requested
> changes. Do let me know if anything else is to be adjusted.

This updated patch appears to address Marius’ concerns so I’ve applied
it.

Thank you!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]