GNU bug report logs - #27273
[PATCH] Update emacs-org

Previous Next

Package: guix-patches;

Reported by: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Date: Wed, 7 Jun 2017 09:39:01 UTC

Severity: normal

Tags: fixed, patch

Done: ludo <at> gnu.org (Ludovic Courtès)

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 27273 in the body.
You can then email your comments to 27273 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#27273; Package guix-patches. (Wed, 07 Jun 2017 09:39:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 07 Jun 2017 09:39:01 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: guix-patches <at> gnu.org
Subject: [PATCH] Update emacs-org
Date: Wed, 07 Jun 2017 11:38:41 +0200
[Message part 1 (text/plain, inline)]
Hello,

The following patch updates Emacs Org to 9.0.8 (aka 20170606).

Regards,

-- 
Nicolas Goaziou                                                0x80A93738
[0001-gnu-emacs-org-Update-to-20170606.patch (text/x-diff, inline)]
From 8ed00006cdcbd4693634c5bf6727ba5c1f8f2847 Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Date: Wed, 7 Jun 2017 11:36:26 +0200
Subject: [PATCH] gnu: emacs-org: Update to 20170606.

* gnu/packages/emacs.scm (emacs-org): Update to 20170606.
---
 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 81a74d1fb..987aaf422 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3618,14 +3618,14 @@ passive voice.")
 (define-public emacs-org
   (package
     (name "emacs-org")
-    (version "20170515")
+    (version "20170606")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://elpa.gnu.org/packages/org-"
                                   version ".tar"))
               (sha256
                (base32
-                "0lfapcxil69x1a63cszgq72lqks1z3gpyxw7vcllqlgi7n7a4y6f"))))
+                "0m2gln3wz9v3aflyxxy2317808yy05rrzrjx35spw2d90d10hmkz"))))
     (build-system emacs-build-system)
     (home-page "http://orgmode.org/")
     (synopsis "Outline-based notes management and organizer")
-- 
2.13.0


Information forwarded to guix-patches <at> gnu.org:
bug#27273; Package guix-patches. (Wed, 07 Jun 2017 12:16:01 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: 27273 <at> debbugs.gnu.org
Subject: Re: bug#27273: [PATCH] Update emacs-org
Date: Wed, 07 Jun 2017 14:15:36 +0200
Nicolas Goaziou <mail <at> nicolasgoaziou.fr> skribis:

> From 8ed00006cdcbd4693634c5bf6727ba5c1f8f2847 Mon Sep 17 00:00:00 2001
> From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
> Date: Wed, 7 Jun 2017 11:36:26 +0200
> Subject: [PATCH] gnu: emacs-org: Update to 20170606.
>
> * gnu/packages/emacs.scm (emacs-org): Update to 20170606.

Applied, thanks!

Do you have an account on Savannah?  If so, we can give you access to
the repo.

Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#27273; Package guix-patches. (Wed, 07 Jun 2017 12:57:01 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: 27273 <at> debbugs.gnu.org
Subject: Re: bug#27273: [PATCH] Update emacs-org
Date: Wed, 07 Jun 2017 14:56:16 +0200
Hello,

ludo <at> gnu.org (Ludovic Courtès) writes:

> Applied, thanks!

Thank you.

> Do you have an account on Savannah?  

I do. The name is ngz

> If so, we can give you access to the repo.

OK. Great!

Regards,

-- 
Nicolas Goaziou                                                0x80A93738




Information forwarded to guix-patches <at> gnu.org:
bug#27273; Package guix-patches. (Thu, 08 Jun 2017 11:59:02 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: 27273 <at> debbugs.gnu.org, Ricardo Wurmus <rekado <at> elephly.net>
Subject: Re: bug#27273: [PATCH] Update emacs-org
Date: Thu, 08 Jun 2017 13:58:01 +0200
[Message part 1 (text/plain, inline)]
Hi Nicolas,

Nicolas Goaziou <mail <at> nicolasgoaziou.fr> skribis:

>> Do you have an account on Savannah?  
>
> I do. The name is ngz

Awesome, I’ve added you.  Please read ‘HACKING’ for info on commit
access.  Typically, I think it would make sense for you to push minor
emacs-org updates directly.

Could you please (1) upload the OpenPGP key you will use to sign commits
on <https://savannah.gnu.org/users/ngz>, and (2) send a signed reply to
this message with the same key?

Thank you, and welcome aboard!  :-)

Ludo’.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#27273; Package guix-patches. (Thu, 08 Jun 2017 15:45:02 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 27273 <at> debbugs.gnu.org, Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Subject: Re: bug#27273: [PATCH] Update emacs-org
Date: Thu, 08 Jun 2017 17:44:41 +0200
Ludovic Courtès <ludo <at> gnu.org> writes:

> Hi Nicolas,
>
> Nicolas Goaziou <mail <at> nicolasgoaziou.fr> skribis:
>
>>> Do you have an account on Savannah?  
>>
>> I do. The name is ngz
>
> Awesome, I’ve added you.  Please read ‘HACKING’ for info on commit
> access.  Typically, I think it would make sense for you to push minor
> emacs-org updates directly.
>
> Could you please (1) upload the OpenPGP key you will use to sign commits
> on <https://savannah.gnu.org/users/ngz>, and (2) send a signed reply to
> this message with the same key?
>
> Thank you, and welcome aboard!  :-)

Yay, excellent news!  Welcome aboard, Nicolas.

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net





Information forwarded to guix-patches <at> gnu.org:
bug#27273; Package guix-patches. (Sat, 10 Jun 2017 13:46:01 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: 27273 <at> debbugs.gnu.org, Ludovic Courtès <ludo <at> gnu.org>
Subject: Re: bug#27273: [PATCH] Update emacs-org
Date: Sat, 10 Jun 2017 15:45:27 +0200
[Message part 1 (text/plain, inline)]
Hello,

Ricardo Wurmus <rekado <at> elephly.net> writes:

> Ludovic Courtès <ludo <at> gnu.org> writes:
>> Could you please (1) upload the OpenPGP key you will use to sign commits
>> on <https://savannah.gnu.org/users/ngz>, and (2) send a signed reply to
>> this message with the same key?

Here we are.

> Yay, excellent news!  Welcome aboard, Nicolas.

Thank you!

Regards,

-- 
Nicolas Goaziou                                                0x80A93738
[signature.asc (application/pgp-signature, inline)]

Added tag(s) fixed. Request was from ludo <at> gnu.org (Ludovic Courtès) to control <at> debbugs.gnu.org. (Sun, 11 Jun 2017 21:08:01 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 27273 <at> debbugs.gnu.org and Nicolas Goaziou <mail <at> nicolasgoaziou.fr> Request was from ludo <at> gnu.org (Ludovic Courtès) to control <at> debbugs.gnu.org. (Sun, 11 Jun 2017 21:08:01 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, 10 Jul 2017 11:24:06 GMT) Full text and rfc822 format available.

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

Previous Next


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