Hi Bastien, thanks for the release and the hard work. As for ELPA, the changelogs say add
(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t) to the emacs config. I am not a big fan of add-to-list for pure users config, since it fragments the those settings a little bit Instead I force myself of configuring it at a single place like (setq package-archives '(("ELPA" . "http://tromey.com/elpa/") ("gnu" . "http://elpa.gnu.org/packages/") ("marmalade" . "http://marmalade-repo.org/packages/") ("org" . "http://orgmode.org/elpa/") )) Not sure if this is really good or better, but I would like to point out as an alternative. Greetings Torsten On 30 September 2012 07:23, Bastien <b...@altern.org> wrote: > Hi all, > > I've released Org 7.9.2. > > http://orgmode.org/org-7.9.2.zip > http://orgmode.org/org-7.9.2.tar.gz > > See http://orgmode.org/Changes.html#sec-1 for the updated > list of changes. > > Thanks again to all who contributed! > > Enjoy, > > -- > Bastien > >