From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joon Ro Subject: Re: Release 9.0.4 Date: Wed, 25 Jan 2017 16:24:21 +0000 Message-ID: References: <87r33svxt3.fsf@gnu.org>, Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_000_CY4PR15MB16224C1257993B0ACB6DB459EB740CY4PR15MB1622namp_" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cWQN5-0003Oc-NW for emacs-orgmode@gnu.org; Wed, 25 Jan 2017 11:24:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cWQN2-00068J-Ha for emacs-orgmode@gnu.org; Wed, 25 Jan 2017 11:24:31 -0500 Received: from bay004-omc3s1.hotmail.com ([65.54.190.139]:53535) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cWQN2-00067a-4g for emacs-orgmode@gnu.org; Wed, 25 Jan 2017 11:24:28 -0500 In-Reply-To: Content-Language: en-US List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Andy Moreton , "emacs-orgmode@gnu.org" --_000_CY4PR15MB16224C1257993B0ACB6DB459EB740CY4PR15MB1622namp_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable > 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 (>=3D 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) ) --_000_CY4PR15MB16224C1257993B0ACB6DB459EB740CY4PR15MB1622namp_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable


> 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 y= ou want to get the latest version of org. I have the following in my init.e= l file (org in addition to melpa):


(when (>=3D 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)
  )






--_000_CY4PR15MB16224C1257993B0ACB6DB459EB740CY4PR15MB1622namp_--