Re: [Orgmode] Recursive org-agenda-files

2008-10-31 Thread mclundin
"Sullivan, Gregory (US SSA)" <[EMAIL PROTECTED]> writes: > The function find-lisp-find-files seems to work. > To see it, do >M-x find-function >find-lisp-find-files > > To use it, you'll probably have to do > > (load-library "find-lisp") > (find-lisp-find-files "~/org" "\.org") Works pe

RE: [Orgmode] Recursive org-agenda-files

2008-10-31 Thread Sullivan, Gregory (US SSA)
11:40 PM To: emacs-orgmode@gnu.org Subject: [Orgmode] Recursive org-agenda-files Is it possible to set the org-agenda-files variable to include all org files within a directory recursively? I currently use: (set org-agenda files (file-expand-wildcards "~/org/*.org")) This, of cours

[Orgmode] Recursive org-agenda-files

2008-10-31 Thread Matthew Lundin
Is it possible to set the org-agenda-files variable to include all org files within a directory recursively? I currently use: (set org-agenda files (file-expand-wildcards "~/org/*.org")) This, of course, includes all org files in ~/org. But how would I include all org files in both ~/org and