Neilen Marais <nmar...@gmail.com> writes: > Hi, > > netty hacky <netty.hacky <at> gmail.com> writes: > >> >> Hi Neilen, >> >> I think you want these in your .emacs (from >> http://orgmode.org/worg/org-faq.html, "Can I add files recursively to >> my list of agenda files?"): >> (load-library "find-lisp") >> (setq org-agenda-files (find-lisp-find-files "~/org" "\.org$")) > > Thanks. I tried this, but as far as I can tell it won't automatically see new > files or directories as they are added, so I have to re-evaluate te setq every > time I add new projects or files. Or am I wrong?
Have you considered adding it to say org-mode-hook? > Thanks > Neilen > > > > > --