From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: My Gnus does not work with newest org Date: Fri, 17 Dec 2010 12:14:36 +0100 Message-ID: References: <87bp4lujy8.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=44164 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTYGy-0002xz-1k for emacs-orgmode@gnu.org; Fri, 17 Dec 2010 06:14:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTYGx-0004zY-16 for emacs-orgmode@gnu.org; Fri, 17 Dec 2010 06:14:51 -0500 Received: from lo.gmane.org ([80.91.229.12]:50104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTYGw-0004zI-QP for emacs-orgmode@gnu.org; Fri, 17 Dec 2010 06:14:50 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PTYGv-0005jx-0T for emacs-orgmode@gnu.org; Fri, 17 Dec 2010 12:14:49 +0100 Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Dec 2010 12:14:49 +0100 Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Dec 2010 12:14:49 +0100 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: > Hello all, > > 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 You mean gnus-init-file? Try customising it appropriately. Gnus kind of does its own thing .... > 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 would appreciate any advice on how to make this work! Thanks. > > Rafael