emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Org-mode release 7.9.2


From: Torsten Wagner
Subject: Re: [O] Org-mode release 7.9.2
Date: Sun, 30 Sep 2012 16:37:08 +0900

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 <address@hidden> 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
>
>



reply via email to

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