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:48:52 +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]:57885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REmod-0002Bp-H9 for emacs-orgmode@gnu.org; Fri, 14 Oct 2011 14:49:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REmoc-0002wO-5N for emacs-orgmode@gnu.org; Fri, 14 Oct 2011 14:49:07 -0400 Received: from lo.gmane.org ([80.91.229.12]:34295) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REmoc-0002wJ-04 for emacs-orgmode@gnu.org; Fri, 14 Oct 2011 14:49:06 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1REmoa-0007ha-1L for emacs-orgmode@gnu.org; Fri, 14 Oct 2011 20:49:04 +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:49:04 +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:49:04 +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 Hi Nick, Nick Dokos hp.com> writes: > Seek and ye shall find: > > C-h v org-agenda--hook RET > > will list all the matching hooks. Which one to choose? I'll leave that up > to the interested reader Indeed, doing (load-library "find-lisp") (add-hook 'org-agenda-mode-hook (lambda () (setq org-agenda-files (find-lisp-find-files "~/Dropbox/GTD/ActiveProjects" "\.org$")) )) fixes it good. Fantastic, thanks! Cheers Neilen