From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafael Subject: Re: My Gnus does not work with newest org Date: Fri, 17 Dec 2010 20:34:34 -0600 Message-ID: <87oc8jrepx.fsf@uaeh.edu.mx> References: <87bp4lujy8.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=46321 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTmdK-0000bO-Vf for emacs-orgmode@gnu.org; Fri, 17 Dec 2010 21:34:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTmdJ-0003gy-7u for emacs-orgmode@gnu.org; Fri, 17 Dec 2010 21:34:54 -0500 Received: from mail-pv0-f169.google.com ([74.125.83.169]:61224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTmdI-0003gq-TE for emacs-orgmode@gnu.org; Fri, 17 Dec 2010 21:34:53 -0500 Received: by pvc30 with SMTP id 30so285599pvc.0 for ; Fri, 17 Dec 2010 18:34:51 -0800 (PST) In-Reply-To: <87bp4lujy8.fsf@gmail.com> (Rafael Villarroel's message of "Thu, 16 Dec 2010 22:01:03 -0600") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Rafael Villarroel writes: > I have defined the following: > > (setq gnus-home-directory "~/Dropbox/gnus") > (setq gnus-directory "~/Dropbox/gnus/News") > (setq message-directory "~/Dropbox/gnus/Mail") > > and so my init Gnus file is at ~/Dropbox/gnus/.gnus. When loading > org-mode just pulled from git, after M-x gnus I get the message that the > nntp server cannot be loaded, then after C-h v org-init-file, I get that > this variable points to ~/.gnus, which does not exist in my setup. This > is Gnus 5.13. However, I do not have any problems with org 7.3. I see now that org-mode 7.4 is OK too. Something odd about recent versions (pulled from git) is that gnus-init-file is defined just after Emacs starts (and points, incorrectly for me, to ~/.gnus). However, with org 7.4., I have to run M-x gnus to have gnus-init-file defined, and with value ~/Dropbox/gnus/.gnus, as desired.