emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Two letter combinations agenda and org-agenda-files variable


From: Bastien
Subject: Re: [O] Two letter combinations agenda and org-agenda-files variable
Date: Tue, 20 May 2014 17:17:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.91 (gnu/linux)

Hi Igor,

Igor Sosa Mayor <address@hidden> 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



reply via email to

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