From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Richard Subject: Re: Problem with automatic recursive adding of org-agenda-files Date: Thu, 24 Oct 2013 15:15:06 +0200 Message-ID: <87sivq24kl.fsf@yahoo.fr> References: <87zjq0dydq.fsf@ericabrahamsen.net> <8738nskw0t.fsf@gmail.com> <87sivqkhxu.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZKkL-0003a2-AY for emacs-orgmode@gnu.org; Thu, 24 Oct 2013 09:14:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZKkD-00028f-Rs for emacs-orgmode@gnu.org; Thu, 24 Oct 2013 09:14:41 -0400 Received: from mxin.ulb.ac.be ([164.15.128.112]:28556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZKkD-00028a-MQ for emacs-orgmode@gnu.org; Thu, 24 Oct 2013 09:14:33 -0400 In-Reply-To: (Tor Eriksson's message of "Thu, 24 Oct 2013 12:58:00 +0000") 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: Tor Eriksson Cc: emacs-orgmode@gnu.org Tor Eriksson writes: > I have the impression that this behaviour of all files not being > correctly added to the org-agenda-files started when I chose the > option R[emove] file from org-agenda-files proposed by org. This > occured when org tried to build the agenda but realised that one of > the files named in org-agenda-files was not there. After that, it is > my impression, the problems started. I don't remember how the "Remove" option work, but perhaps you should search for the string org-agenda-files in your .emacs (or init.el if you use that), perhaps it has sneaked in a custom-set-variables declaration. -- N.