From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Richard Subject: Re: How to let Org Agenda search all files in a directory *recursively* ? Date: Thu, 27 Jun 2013 21:03:03 +0200 Message-ID: <87fvw3bcm0.fsf@yahoo.fr> References: <20130627075135.GA4761@stardiviner> <87li5vbp50.fsf@yahoo.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsHTG-0002dT-1j for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 15:03:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsHTD-0002mZ-UF for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 15:03:06 -0400 Received: from mxin.ulb.ac.be ([164.15.128.112]:40672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsHTD-0002lt-Od for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 15:03:03 -0400 In-Reply-To: (J. David Boyd's message of "Thu, 27 Jun 2013 13:53:48 -0400") 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: "J. David Boyd" Cc: emacs-orgmode@gnu.org david@adboyd.com (J. David Boyd) writes: > Huh, when I set my org-agenda-files to ~/org/, and have TODO files in > ~/org/home and ~/org/work, and press C-c a a, it loads all the todo file, > recursed down to all the subdirectories. > > However, and this is strange, after it loads them all up, it changes > org-agenda-files to discrete filepaths, and not just the directory anymore. It's what happens for me too, but I specifically wrote some elisp to do that in my .emacs. Can you reproduce from -Q ? -- N.