emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Merging a list and wildcard expansion in org-agenda-files


From: Puneeth Chaganti
Subject: Re: [O] Merging a list and wildcard expansion in org-agenda-files
Date: Sun, 10 Apr 2011 19:42:52 +0530

Sorry for replying to my own mail.

On Sun, Apr 10, 2011 at 7:36 PM, Puneeth Chaganti <address@hidden> wrote:
> On Sun, Apr 10, 2011 at 1:16 AM, Adrian C. <address@hidden>
> 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

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