* [PATCH] Update emacs-org
@ 2016-09-18 20:53 Nicolas Goaziou
2016-09-19 20:37 ` Efraim Flashner
0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Goaziou @ 2016-09-18 20:53 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 135 bytes --]
Hello,
Here is an update for Emacs Org mode.
Regards,
--
Nicolas Goaziou 0x80A93738
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: update emacs-org --]
[-- Type: text/x-diff, Size: 1182 bytes --]
From 140de22b80815125bb14517c0060882c0d88c061 Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Date: Sun, 18 Sep 2016 22:48:17 +0200
Subject: [PATCH] gnu: emacs-org: Update to 20160912
* gnu/packages/emacs.scm (emacs-org): Update to 20160912.
---
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 d8ffacd..e535259 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3017,14 +3017,14 @@ passive voice.")
(define-public emacs-org
(package
(name "emacs-org")
- (version "20160815")
+ (version "20160912")
(source (origin
(method url-fetch)
(uri (string-append "http://orgmode.org/elpa/org-"
version ".tar"))
(sha256
(base32
- "0k9pa13kpmpi6irmbavxffgqfanhjnijz4mkmmi0zp7kgjfbaliw"))))
+ "1xawj0pdvqrgzlixxgbfa01gzajfaz47anr5m4aw035rhc6s02r7"))))
(build-system emacs-build-system)
(home-page "http://orgmode.org/")
(synopsis "Outline-based notes management and organizer")
--
2.9.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] Update emacs-org
2016-09-18 20:53 [PATCH] Update emacs-org Nicolas Goaziou
@ 2016-09-19 20:37 ` Efraim Flashner
0 siblings, 0 replies; 6+ messages in thread
From: Efraim Flashner @ 2016-09-19 20:37 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1737 bytes --]
On Sun, Sep 18, 2016 at 10:53:07PM +0200, Nicolas Goaziou wrote:
> Hello,
>
> Here is an update for Emacs Org mode.
>
> Regards,
>
> --
> Nicolas Goaziou 0x80A93738
> From 140de22b80815125bb14517c0060882c0d88c061 Mon Sep 17 00:00:00 2001
> From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
> Date: Sun, 18 Sep 2016 22:48:17 +0200
> Subject: [PATCH] gnu: emacs-org: Update to 20160912
>
> * gnu/packages/emacs.scm (emacs-org): Update to 20160912.
> ---
> 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 d8ffacd..e535259 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -3017,14 +3017,14 @@ passive voice.")
> (define-public emacs-org
> (package
> (name "emacs-org")
> - (version "20160815")
> + (version "20160912")
> (source (origin
> (method url-fetch)
> (uri (string-append "http://orgmode.org/elpa/org-"
> version ".tar"))
> (sha256
> (base32
> - "0k9pa13kpmpi6irmbavxffgqfanhjnijz4mkmmi0zp7kgjfbaliw"))))
> + "1xawj0pdvqrgzlixxgbfa01gzajfaz47anr5m4aw035rhc6s02r7"))))
> (build-system emacs-build-system)
> (home-page "http://orgmode.org/")
> (synopsis "Outline-based notes management and organizer")
> --
> 2.9.3
>
pushed!
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] Update emacs-org.
@ 2016-12-17 22:32 Nicolas Goaziou
2016-12-18 9:06 ` 宋文武
0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Goaziou @ 2016-12-17 22:32 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 158 bytes --]
Hello,
The following patch updates emacs-org to its latest version.
Regards,
--
Nicolas Goaziou 0x80A93738
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-org-Update-to-20161214.patch --]
[-- Type: text/x-diff, Size: 1189 bytes --]
From fef548e5b623fd182d3ea0acdb705b38fdf6d5d3 Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Date: Sat, 17 Dec 2016 23:29:09 +0100
Subject: [PATCH] gnu: emacs-org: Update to 20161214.
* gnu/packages/emacs.scm (emacs-org): Update to 20161214.
---
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 eea20d0..547c440 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3266,14 +3266,14 @@ passive voice.")
(define-public emacs-org
(package
(name "emacs-org")
- (version "20161118")
+ (version "20161214")
(source (origin
(method url-fetch)
(uri (string-append "http://elpa.gnu.org/packages/org-"
version ".tar"))
(sha256
(base32
- "1w9g8r08kaiw9f4fjsj0hbffzq85rj734j5lxvbaafbnz7dbklk1"))))
+ "0pa9d0l6axif5wlzi7lvxl0fpjwwvc79cy9d37z7md4hxyjdvwzm"))))
(build-system emacs-build-system)
(home-page "http://orgmode.org/")
(synopsis "Outline-based notes management and organizer")
--
2.10.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] Update emacs-org.
2016-12-17 22:32 Nicolas Goaziou
@ 2016-12-18 9:06 ` 宋文武
0 siblings, 0 replies; 6+ messages in thread
From: 宋文武 @ 2016-12-18 9:06 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: guix-devel
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
> Hello,
>
> The following patch updates emacs-org to its latest version.
>
Applied, thank you!
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] Update emacs-org
@ 2017-01-28 22:04 Nicolas Goaziou
2017-01-28 23:50 ` Ludovic Courtès
0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Goaziou @ 2017-01-28 22:04 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 138 bytes --]
Hello,
Here is a patch updating Emacs Org mode.
Regards,
--
Nicolas Goaziou 0x80A93738
[-- Attachment #2: 0001-gnu-emacs-org-Update-to-20170124.patch --]
[-- Type: text/x-diff, Size: 1734 bytes --]
From 5edb2b90433f439c5102a2ed59ef7463c3ae64f3 Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Date: Sat, 28 Jan 2017 23:02:47 +0100
Subject: [PATCH] gnu: emacs-org: Update to 20170124.
* gnu/packages/emacs.scm (emacs-org): Update to 20170124.
---
gnu/packages/emacs.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 21092f32c..df7f7869d 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -14,7 +14,7 @@
;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net>
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
-;;; Copyright © 2016 Nicolas Goaziou <mail@nicolasgoaziou.fr>
+;;; Copyright © 2016, 2017 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2016 Alex Vong <alexvong1995@gmail.com>
;;; Copyright © 2016 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2017 Christopher Baines <mail@cbaines.net>
@@ -3398,14 +3398,14 @@ passive voice.")
(define-public emacs-org
(package
(name "emacs-org")
- (version "20161224")
+ (version "20170124")
(source (origin
(method url-fetch)
(uri (string-append "http://elpa.gnu.org/packages/org-"
version ".tar"))
(sha256
(base32
- "0b10bjypn0w5ja776f8sxl1qpvb61iyz1n3c74jx6fqwypv7dmgi"))))
+ "0mcnjwvily0xv1xl11dj18lg38llvrxja2j9mwn6vql8n5y1srxi"))))
(build-system emacs-build-system)
(home-page "http://orgmode.org/")
(synopsis "Outline-based notes management and organizer")
--
2.11.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] Update emacs-org
2017-01-28 22:04 Nicolas Goaziou
@ 2017-01-28 23:50 ` Ludovic Courtès
0 siblings, 0 replies; 6+ messages in thread
From: Ludovic Courtès @ 2017-01-28 23:50 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: guix-devel
Nicolas Goaziou <mail@nicolasgoaziou.fr> skribis:
> From 5edb2b90433f439c5102a2ed59ef7463c3ae64f3 Mon Sep 17 00:00:00 2001
> From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
> Date: Sat, 28 Jan 2017 23:02:47 +0100
> Subject: [PATCH] gnu: emacs-org: Update to 20170124.
>
> * gnu/packages/emacs.scm (emacs-org): Update to 20170124.
Applied, thanks!
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-01-28 23:50 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-18 20:53 [PATCH] Update emacs-org Nicolas Goaziou
2016-09-19 20:37 ` Efraim Flashner
-- strict thread matches above, loose matches on Subject: below --
2016-12-17 22:32 Nicolas Goaziou
2016-12-18 9:06 ` 宋文武
2017-01-28 22:04 Nicolas Goaziou
2017-01-28 23:50 ` Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.