Hi Igor, Igor Sosa Mayor <joseleopoldo1...@gmail.com> writes:
> if I define a org-agenda-custom-command in which I have a (so-called?) > two-letter combination agenda like this: > > (setq org-agenda-custom-commands > '(("x" agenda) > ("h" . "HOME+Name tags searches") ; description for "h" prefix > ("hl" tags "+home+Lisa") > ("hp" tags "+home+Peter") > ("hk" tags "+home+Kim"))) > > is it possible to declare org-agenda-files in the head of the > combination in order to apply them to all the letter combinations (hl, > hp, hk)? No, you need to set variables to the custom commands definitions themselves. Best, -- Bastien