Hi Rene
On Mon, Nov 18, 2013 at 2:00 PM, Rene <[email protected]> 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