* Release 9.0.4
@ 2017-01-24 23:32 Bastien
2017-01-25 13:28 ` Andy Moreton
0 siblings, 1 reply; 4+ messages in thread
From: Bastien @ 2017-01-24 23:32 UTC (permalink / raw)
To: emacs-orgmode
Hi all,
Org 9.0.4 is out now.
Enjoy!
--
Bastien
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Release 9.0.4
2017-01-24 23:32 Release 9.0.4 Bastien
@ 2017-01-25 13:28 ` Andy Moreton
2017-01-25 16:24 ` Joon Ro
0 siblings, 1 reply; 4+ messages in thread
From: Andy Moreton @ 2017-01-25 13:28 UTC (permalink / raw)
To: emacs-orgmode
On Wed 25 Jan 2017, Bastien wrote:
> Hi all,
>
> Org 9.0.4 is out now.
>
> Enjoy!
Will this get syncd to the emacs repo ?
The emacs master branch still has org 8.2.10.
AndyM
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Release 9.0.4
2017-01-25 13:28 ` Andy Moreton
@ 2017-01-25 16:24 ` Joon Ro
2017-01-25 16:41 ` Andy Moreton
0 siblings, 1 reply; 4+ messages in thread
From: Joon Ro @ 2017-01-25 16:24 UTC (permalink / raw)
To: Andy Moreton, emacs-orgmode@gnu.org
[-- Attachment #1: Type: text/plain, Size: 506 bytes --]
> Will this get syncd to the emacs repo ?
> The emacs master branch still has org 8.2.10.
You might want to add the org repo if you want to get the latest version of org. I have the following in my init.el file (org in addition to melpa):
(when (>= emacs-major-version 24)
(require 'package)
(package-initialize)
(add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/") t)
(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t)
)
[-- Attachment #2: Type: text/html, Size: 1986 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Release 9.0.4
2017-01-25 16:24 ` Joon Ro
@ 2017-01-25 16:41 ` Andy Moreton
0 siblings, 0 replies; 4+ messages in thread
From: Andy Moreton @ 2017-01-25 16:41 UTC (permalink / raw)
To: emacs-orgmode
On Wed 25 Jan 2017, Joon Ro wrote:
>> Will this get syncd to the emacs repo ?
>
>> The emacs master branch still has org 8.2.10.
>
> You might want to add the org repo if you want to get the latest version of
> org. I have the following in my init.el file (org in addition to melpa):
Thats not what I was asking.
The emacs repo contains a copy of Org mode (excluding contrib), and this
copy needs attention from the Org maintainer to keep it up to date.
AndyM
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-01-25 16:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-24 23:32 Release 9.0.4 Bastien
2017-01-25 13:28 ` Andy Moreton
2017-01-25 16:24 ` Joon Ro
2017-01-25 16:41 ` Andy Moreton
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.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).