unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#27273: [PATCH] Update emacs-org
@ 2017-06-07  9:38 Nicolas Goaziou
  2017-06-07 12:15 ` Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Goaziou @ 2017-06-07  9:38 UTC (permalink / raw)
  To: 27273

[-- Attachment #1: Type: text/plain, Size: 160 bytes --]

Hello,

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

Regards,

-- 
Nicolas Goaziou                                                0x80A93738

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-org-Update-to-20170606.patch --]
[-- Type: text/x-diff, Size: 1192 bytes --]

From 8ed00006cdcbd4693634c5bf6727ba5c1f8f2847 Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <mail@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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* bug#27273: [PATCH] Update emacs-org
  2017-06-07  9:38 bug#27273: [PATCH] Update emacs-org Nicolas Goaziou
@ 2017-06-07 12:15 ` Ludovic Courtès
  2017-06-07 12:56   ` Nicolas Goaziou
  0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2017-06-07 12:15 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: 27273

Nicolas Goaziou <mail@nicolasgoaziou.fr> skribis:

> From 8ed00006cdcbd4693634c5bf6727ba5c1f8f2847 Mon Sep 17 00:00:00 2001
> From: Nicolas Goaziou <mail@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’.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#27273: [PATCH] Update emacs-org
  2017-06-07 12:15 ` Ludovic Courtès
@ 2017-06-07 12:56   ` Nicolas Goaziou
  2017-06-08 11:58     ` Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Goaziou @ 2017-06-07 12:56 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 27273

Hello,

ludo@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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#27273: [PATCH] Update emacs-org
  2017-06-07 12:56   ` Nicolas Goaziou
@ 2017-06-08 11:58     ` Ludovic Courtès
  2017-06-08 15:44       ` Ricardo Wurmus
  0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2017-06-08 11:58 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: 27273, Ricardo Wurmus

[-- Attachment #1: Type: text/plain, Size: 547 bytes --]

Hi Nicolas,

Nicolas Goaziou <mail@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’.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#27273: [PATCH] Update emacs-org
  2017-06-08 11:58     ` Ludovic Courtès
@ 2017-06-08 15:44       ` Ricardo Wurmus
  2017-06-10 13:45         ` Nicolas Goaziou
  0 siblings, 1 reply; 6+ messages in thread
From: Ricardo Wurmus @ 2017-06-08 15:44 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 27273


Ludovic Courtès <ludo@gnu.org> writes:

> Hi Nicolas,
>
> Nicolas Goaziou <mail@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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#27273: [PATCH] Update emacs-org
  2017-06-08 15:44       ` Ricardo Wurmus
@ 2017-06-10 13:45         ` Nicolas Goaziou
  0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Goaziou @ 2017-06-10 13:45 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: 27273

[-- Attachment #1: Type: text/plain, Size: 465 bytes --]

Hello,

Ricardo Wurmus <rekado@elephly.net> writes:

> Ludovic Courtès <ludo@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-06-10 13:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-07  9:38 bug#27273: [PATCH] Update emacs-org Nicolas Goaziou
2017-06-07 12:15 ` Ludovic Courtès
2017-06-07 12:56   ` Nicolas Goaziou
2017-06-08 11:58     ` Ludovic Courtès
2017-06-08 15:44       ` Ricardo Wurmus
2017-06-10 13:45         ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).