emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Release 9.0.4


From: Joon Ro
Subject: Re: [O] Release 9.0.4
Date: Wed, 25 Jan 2017 16:24:21 +0000


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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]