GNU bug report logs - #37061
[PATCH] Add emacs-org packages.

Previous Next

Package: guix-patches;

Reported by: Brian Leung <bkleung89 <at> gmail.com>

Date: Sat, 17 Aug 2019 05:03:02 UTC

Severity: normal

Tags: patch

Done: Oleg Pyhalov <go.wigust <at> gmail.com>

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 37061 in the body.
You can then email your comments to 37061 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#37061; Package guix-patches. (Sat, 17 Aug 2019 05:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Brian Leung <bkleung89 <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 17 Aug 2019 05:03:02 GMT) Full text and rfc822 format available.

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

From: Brian Leung <bkleung89 <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] Add emacs-org packages.
Date: Sat, 17 Aug 2019 07:01:20 +0200
[Message part 1 (text/plain, inline)]
See attached.
[Message part 2 (text/html, inline)]
[0001-gnu-Add-emacs-org-rich-yank.patch (text/x-patch, attachment)]
[0002-gnu-Add-emacs-ob-restclient.patch (text/x-patch, attachment)]
[0003-gnu-Add-emacs-org-now.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#37061; Package guix-patches. (Sun, 18 Aug 2019 17:59:01 GMT) Full text and rfc822 format available.

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

From: Oleg Pyhalov <go.wigust <at> gmail.com>
To: Brian Leung <bkleung89 <at> gmail.com>
Cc: 37061-done <at> debbugs.gnu.org, 37061 <at> debbugs.gnu.org
Subject: Re: [bug#37061] [PATCH] Add emacs-org packages.
Date: Sun, 18 Aug 2019 20:58:14 +0300
[Message part 1 (text/plain, inline)]
Hello Brian,

Thank you for new packages.  As I know we should use ‘git-version’ if
commit is not tagged. Pushed to master with following changes.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a413279dc0..df89aebb3f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2753,11 +2753,10 @@ been copied from an Emacs major mode.")
     (license license:gpl2+)))
 
 (define-public emacs-ob-restclient
-  (let ((commit "53376667eeddb1388fd6c6976f3222e7c8adcd46")
-        (revision "1"))
+  (let ((commit "53376667eeddb1388fd6c6976f3222e7c8adcd46"))
     (package
       (name "emacs-ob-restclient")
-      (version "0.02")
+      (version (git-version "0.02" "1" commit))
       (source
        (origin
          (method git-fetch)
@@ -2777,11 +2776,10 @@ been copied from an Emacs major mode.")
       (license license:gpl3+))))
 
 (define-public emacs-org-now
-  (let ((commit "8f6b277a73f1c66e58ccb4b7f40d406851befc91")
-        (revision "1"))
+  (let ((commit "8f6b277a73f1c66e58ccb4b7f40d406851befc91"))
     (package
       (name "emacs-org-now")
-      (version "0.1-pre")
+      (version (git-version "0.1-pre" "1" commit))
       (source
        (origin
          (method git-fetch)
@@ -2798,7 +2796,7 @@ been copied from an Emacs major mode.")
       (synopsis "Show current Org tasks in a sidebar")
       (description
        "This package provides commands to show Org headings in a sidebar
-window while working on them. After defining one heading as the \"now\"
+window while working on them.  After defining one heading as the \"now\"
 heading, other headings can be refiled to it with one command, and back to
 their original location with another.")
       (license license:gpl3+))))
[Message part 3 (text/plain, inline)]
Regards,
Oleg.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Oleg Pyhalov <go.wigust <at> gmail.com>:
You have taken responsibility. (Sun, 18 Aug 2019 17:59:02 GMT) Full text and rfc822 format available.

Notification sent to Brian Leung <bkleung89 <at> gmail.com>:
bug acknowledged by developer. (Sun, 18 Aug 2019 17:59:02 GMT) Full text and rfc822 format available.

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

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

Previous Next


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