From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: How to let Org Agenda search all files in a directory *recursively* ? Date: Thu, 27 Jun 2013 09:57:36 -0400 Message-ID: <871u7nk65r.fsf@gmail.com> References: <20130627075135.GA4761@stardiviner> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsChp-00044Q-QC for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 09:57:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsCho-0003vE-CS for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 09:57:49 -0400 Received: from plane.gmane.org ([80.91.229.3]:53015) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsCho-0003v7-5D for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 09:57:48 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UsChm-00078y-6s for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 15:57:46 +0200 Received: from pool-108-7-96-134.bstnma.fios.verizon.net ([108.7.96.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Jun 2013 15:57:46 +0200 Received: from ndokos by pool-108-7-96-134.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Jun 2013 15:57:46 +0200 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: emacs-orgmode@gnu.org david@adboyd.com (J. David Boyd) writes: > chris writes: > >> How to Let [C-c a] to search over all files in a directory *recursively* ? > > It's in the doc help for org-agenda-files: > > ... > If an entry is a directory, all files in that directory that are matched by > `org-agenda-file-regexp' will be part of the file list. > ... > > So just set it to be a directory, as I do. > That's not going to work *recursively*, unless all the subdirectory names match org-agenda-file-regexp as well (and I'm not sure it is going to work even if that is the case - haven't tried it). -- Nick