Sorry for replying to my own mail.

On Sun, Apr 10, 2011 at 7:36 PM, Puneeth Chaganti <puncha...@gmail.com> wrote:
> On Sun, Apr 10, 2011 at 1:16 AM, Adrian C. <an...@sysphere.org>
> I'm not sure this is the best way to do it, but this works.
>
> (setq org-agenda-files (append
>                        '("~/.life-in-plain-text/")
>                        (file-expand-wildcards
>                         "/tmp/projects/*/projects.org")))

This is more like it, I think.

(setq org-agenda-files
      (cons "~/org/"
            (file-expand-wildcards "~/projects/*/projects.org")))

--
Puneeth

Reply via email to