unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] Update emacs-org to 20161118
@ 2016-11-18 22:38 Nicolas Goaziou
  2016-11-19 12:10 ` 宋文武
  2016-11-21 14:45 ` Ludovic Courtès
  0 siblings, 2 replies; 5+ messages in thread
From: Nicolas Goaziou @ 2016-11-18 22:38 UTC (permalink / raw)
  To: guix-devel

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

Hello,

Here is a patch updating Org to its latest revision.

Regards,

-- 
Nicolas Goaziou                                                0x80A93738

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

From 28e2205c2170abb6887c059a5fc89f279028ab5c Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Date: Fri, 18 Nov 2016 23:36:26 +0100
Subject: [PATCH] gnu: emacs-org: Update to 20161118.

* gnu/packages/emacs.scm (emacs-org): Update to 20161118.
---
 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 7666e2f..04c977f 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3197,14 +3197,14 @@ passive voice.")
 (define-public emacs-org
   (package
     (name "emacs-org")
-    (version "20161102")
+    (version "20161118")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://elpa.gnu.org/packages/org-"
                                   version ".tar"))
               (sha256
                (base32
-                "12v9jhakdxcmlw9zrcrh1fwi3kh6z0qva90hpnr0zjqyj72i0wir"))))
+                "1w9g8r08kaiw9f4fjsj0hbffzq85rj734j5lxvbaafbnz7dbklk1"))))
     (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] 5+ messages in thread

* Re: [PATCH] Update emacs-org to 20161118
  2016-11-18 22:38 [PATCH] Update emacs-org to 20161118 Nicolas Goaziou
@ 2016-11-19 12:10 ` 宋文武
  2016-11-21 14:45 ` Ludovic Courtès
  1 sibling, 0 replies; 5+ messages in thread
From: 宋文武 @ 2016-11-19 12:10 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: guix-devel

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> Hello,
>
> Here is a patch updating Org to its latest revision.
>

Pushed, thanks!

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

* Re: [PATCH] Update emacs-org to 20161118
  2016-11-18 22:38 [PATCH] Update emacs-org to 20161118 Nicolas Goaziou
  2016-11-19 12:10 ` 宋文武
@ 2016-11-21 14:45 ` Ludovic Courtès
  2016-11-21 17:48   ` Nicolas Goaziou
  1 sibling, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2016-11-21 14:45 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: guix-devel

Hi Nicolas,

Nicolas Goaziou <mail@nicolasgoaziou.fr> skribis:

> Here is a patch updating Org to its latest revision.

Speaking of which ;-), any idea why ox-bibtex.el is still in “contrib”?
I was surprised to see it’s not installed as part of Org.

Ludo’.

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

* Re: [PATCH] Update emacs-org to 20161118
  2016-11-21 14:45 ` Ludovic Courtès
@ 2016-11-21 17:48   ` Nicolas Goaziou
  2016-11-22 23:01     ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Nicolas Goaziou @ 2016-11-21 17:48 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

Hello,

ludo@gnu.org (Ludovic Courtès) writes:

> Nicolas Goaziou <mail@nicolasgoaziou.fr> skribis:
>
>> Here is a patch updating Org to its latest revision.
>
> Speaking of which ;-), any idea why ox-bibtex.el is still in “contrib”?
> I was surprised to see it’s not installed as part of Org.

AFAICT, "ox-bibtex.el" is really a hack. I don't think it is meant to be
a core part of Org.

Org is still looking for a proper citation environment. There is some
work in progress in that area. See, e.g.,
<http://permalink.gmane.org/gmane.emacs.orgmode/110385>. Unfortunately,
it moves slowly.


Regards,

-- 
Nicolas Goaziou                                                0x80A93738

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

* Re: [PATCH] Update emacs-org to 20161118
  2016-11-21 17:48   ` Nicolas Goaziou
@ 2016-11-22 23:01     ` Ludovic Courtès
  0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2016-11-22 23:01 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: guix-devel

Nicolas Goaziou <mail@nicolasgoaziou.fr> skribis:

> ludo@gnu.org (Ludovic Courtès) writes:
>
>> Nicolas Goaziou <mail@nicolasgoaziou.fr> skribis:
>>
>>> Here is a patch updating Org to its latest revision.
>>
>> Speaking of which ;-), any idea why ox-bibtex.el is still in “contrib”?
>> I was surprised to see it’s not installed as part of Org.
>
> AFAICT, "ox-bibtex.el" is really a hack. I don't think it is meant to be
> a core part of Org.

Oh, OK.  Cool hack nevertheless.

> Org is still looking for a proper citation environment. There is some
> work in progress in that area. See, e.g.,
> <http://permalink.gmane.org/gmane.emacs.orgmode/110385>. Unfortunately,
> it moves slowly.

Gmane.org doesn’t show anything useful yet, but I trust your word.  ;-)

Thanks for the info!

Ludo’.

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

end of thread, other threads:[~2016-11-22 23:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-18 22:38 [PATCH] Update emacs-org to 20161118 Nicolas Goaziou
2016-11-19 12:10 ` 宋文武
2016-11-21 14:45 ` Ludovic Courtès
2016-11-21 17:48   ` Nicolas Goaziou
2016-11-22 23:01     ` Ludovic Courtès

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).