From mboxrd@z Thu Jan 1 00:00:00 1970 From: Torsten Wagner Subject: Re: Org-mode release 7.9.2 Date: Sun, 30 Sep 2012 16:37:08 +0900 Message-ID: References: <87k3vclb8o.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIE5P-0003IT-3o for emacs-orgmode@gnu.org; Sun, 30 Sep 2012 03:37:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TIE5N-0007WH-QH for emacs-orgmode@gnu.org; Sun, 30 Sep 2012 03:37:11 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:47824) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIE5N-0007WD-Jr for emacs-orgmode@gnu.org; Sun, 30 Sep 2012 03:37:09 -0400 Received: by wgbgg4 with SMTP id gg4so1611904wgb.30 for ; Sun, 30 Sep 2012 00:37:08 -0700 (PDT) In-Reply-To: <87k3vclb8o.fsf@bzg.ath.cx> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org 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 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 > >