Hi Nick, Nick Dokos <nicholas.dokos <at> 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