emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Recursive org-agenda-files


From: Neilen Marais
Subject: Re: [O] Recursive org-agenda-files
Date: Fri, 14 Oct 2011 18:48:52 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]