emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Recursive org-agenda-files


From: Matthew Lundin
Subject: [Orgmode] Recursive org-agenda-files
Date: Wed, 29 Oct 2008 22:40:12 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (darwin)

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
its subdirectories without having to enter them all by hand?

E.g.,

    org/
        (.org files here)
        professional/
            (.org files here)
            research/
                (.org files here)
            teaching/
                (.org files here)
        personal/
            (.org files here)
        computer/
            (.org files here)

Thanks!

Matt Lundin




reply via email to

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