From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neilen Marais Subject: Re: Recursive org-agenda-files Date: Fri, 14 Oct 2011 18:53:32 +0000 (UTC) Message-ID: References: <81vcs5jjoh.fsf@gmail.com> <81lit1jiol.fsf@gmail.com> <21575.1317737534@alphaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REmuU-00034V-LR for emacs-orgmode@gnu.org; Fri, 14 Oct 2011 14:55:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REmuT-0004ZA-BC for emacs-orgmode@gnu.org; Fri, 14 Oct 2011 14:55:10 -0400 Received: from lo.gmane.org ([80.91.229.12]:42486) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REmuT-0004Yz-62 for emacs-orgmode@gnu.org; Fri, 14 Oct 2011 14:55:09 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1REmuS-0002tj-4J for emacs-orgmode@gnu.org; Fri, 14 Oct 2011 20:55:08 +0200 Received: from 41.52.136.17 ([41.52.136.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Oct 2011 20:55:08 +0200 Received: from nmarais by 41.52.136.17 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Oct 2011 20:55:08 +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 Matthew, Matthew Sauer gmail.com> writes: > > My understanding is that you want a file that gets moved into the > active directory to be automatically included in the agenda? > From worg: > You can simply include the directory (as one of the items) in the > value of the variable org-agenda-files: > > (setq org-agenda-files '("/my/special/path/org/active/")) Thanks for the suggestion. Tried it already and found that it is unfortunately not recursive. I tend to make directories with projects under the active directory, then put the org file and supporting files in the directory. E.g. active/proj1/proj1.org active/prof1/info.pdf etc What's nice about this is that my project notes, todos and support files are close to each other. Also, I can simply use the dired listing of the active dir as my "active projects list" in GTD parlance :) > Not that playing with agenda hooks might have some advantages. I have indeed cooked up a hooky solution that should have hit the list by the time you read this :) Cheers Neilen