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

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

[debbugs-tracker] bug#37061: closed ([PATCH] Add emacs-org packages.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37061: closed ([PATCH] Add emacs-org packages.)
Date: Sun, 18 Aug 2019 17:59:02 +0000

Your message dated Sun, 18 Aug 2019 20:58:14 +0300
with message-id <address@hidden>
and subject line Re: [bug#37061] [PATCH] Add emacs-org packages.
has caused the debbugs.gnu.org bug report #37061,
regarding [PATCH] Add emacs-org packages.
to be marked as done.

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


-- 
37061: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37061
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] Add emacs-org packages. Date: Sat, 17 Aug 2019 07:01:20 +0200
See attached.

Attachment: 0001-gnu-Add-emacs-org-rich-yank.patch
Description: Text Data

Attachment: 0002-gnu-Add-emacs-ob-restclient.patch
Description: Text Data

Attachment: 0003-gnu-Add-emacs-org-now.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: [bug#37061] [PATCH] Add emacs-org packages. Date: Sun, 18 Aug 2019 20:58:14 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)
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.

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+))))
Regards,
Oleg.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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