GNU bug report logs - #26786
[PATCH] gnu: emacs-org: Update to 20170502.

Previous Next

Package: guix-patches;

Reported by: Vasile Dumitrascu <va511e <at> yahoo.com>

Date: Fri, 5 May 2017 17:44:02 UTC

Severity: normal

Tags: patch

Done: Arun Isaac <arunisaac <at> systemreboot.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vasile Dumitrascu <va511e <at> yahoo.com>
Subject: bug#26786: closed (Re: bug#26786: [PATCH] gnu: emacs-org: Update
 to 20170502.)
Date: Fri, 05 May 2017 20:46:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#26786: [PATCH] gnu: emacs-org: Update to 20170502.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 26786 <at> debbugs.gnu.org.

-- 
26786: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26786
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Arun Isaac <arunisaac <at> systemreboot.net>
To: 26786-done <at> debbugs.gnu.org
Subject: Re: bug#26786: [PATCH] gnu: emacs-org: Update to 20170502.
Date: Sat, 06 May 2017 02:15:22 +0530
Pushed, thanks!

I think we should build directly from org's release tarball at
http://orgmode.org/org-9.0.6.tar.gz instead of using the ELPA
tarball. It somehow feels like we are not building from source but
rather relying on a prepackaged tarball from ELPA. However, Nicolas
Goaziou, the org mode maintainer,
disagrees. https://lists.gnu.org/archive/html/guix-devel/2016-08/msg01395.html

[Message part 3 (message/rfc822, inline)]
From: Vasile Dumitrascu <va511e <at> yahoo.com>
To: guix-patches <at> gnu.org
Cc: Vasile Dumitrascu <va511e <at> yahoo.com>
Subject: [PATCH] gnu: emacs-org: Update to 20170502.
Date: Fri,  5 May 2017 19:43:09 +0200
* gnu/packages/emacs.scm (emacs-org): Update to 20170502.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 74f0ff8b5..04ceb0e4d 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3574,14 +3574,14 @@ passive voice.")
 (define-public emacs-org
   (package
     (name "emacs-org")
-    (version "20170210")
+    (version "20170502")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://elpa.gnu.org/packages/org-"
                                   version ".tar"))
               (sha256
                (base32
-                "15415wh3w8d4c8hd7qfrfdjnjb1zppmrkg8cdp7hw2ilyr90c0bn"))))
+                "12inz804j55ycprb2m3ay54d1bhwhjssmn5nrfm7cfklyhfsy27s"))))
     (build-system emacs-build-system)
     (home-page "http://orgmode.org/")
     (synopsis "Outline-based notes management and organizer")
-- 
2.11.0




This bug report was last modified 8 years and 109 days ago.

Previous Next


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