emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Joon Ro <joon.ro@outlook.com>
To: Andy Moreton <andrewjmoreton@gmail.com>,
	"emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: Release 9.0.4
Date: Wed, 25 Jan 2017 16:24:21 +0000	[thread overview]
Message-ID: <CY4PR15MB16224C1257993B0ACB6DB459EB740@CY4PR15MB1622.namprd15.prod.outlook.com> (raw)
In-Reply-To: <vz11svrtgj2.fsf@gmail.com>

[-- 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 --]

  reply	other threads:[~2017-01-25 16:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-24 23:32 Release 9.0.4 Bastien
2017-01-25 13:28 ` Andy Moreton
2017-01-25 16:24   ` Joon Ro [this message]
2017-01-25 16:41     ` Andy Moreton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CY4PR15MB16224C1257993B0ACB6DB459EB740@CY4PR15MB1622.namprd15.prod.outlook.com \
    --to=joon.ro@outlook.com \
    --cc=andrewjmoreton@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).