emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] How to filter on files


From: Michael Brand
Subject: Re: [O] How to filter on files
Date: Mon, 18 Nov 2013 17:19:26 +0100

Hi Rene

On Mon, Nov 18, 2013 at 2:00 PM, Rene <address@hidden> wrote:
> Is there some config example out there?

I think this simplified part of my config for
org-agenda-custom-commands is similar to what you are looking for:

    [...]
    ("c" "calendar c--"
     ((agenda
       ""
       ((org-agenda-files '("/<my_data>/notes_c.org"))))))
    ("d" "calendar cd-"
     ((agenda
       ""
       ((org-agenda-files '("/<my_data>/notes_c.org"
                            "/<my_data>/notes_d.org"))))))
    ("p" "calendar cdp"
     ((agenda
       ""
       ((org-agenda-files '("/<my_data>/notes_c.org"
                            "/<my_data>/notes_d.org"
                            "/<my_data>/notes_p.org"))))))
    [...]

Michael



reply via email to

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