From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Two letter combinations agenda and org-agenda-files variable Date: Tue, 20 May 2014 17:17:10 +0200 Message-ID: <87zjic4gzt.fsf@bzg.ath.cx> References: <87bnuw16d3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wmln9-00073r-1T for emacs-orgmode@gnu.org; Tue, 20 May 2014 11:17:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wmlmz-0000FV-V9 for emacs-orgmode@gnu.org; Tue, 20 May 2014 11:17:22 -0400 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:45106) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wmlmz-0000FL-O8 for emacs-orgmode@gnu.org; Tue, 20 May 2014 11:17:13 -0400 Received: by mail-wi0-f172.google.com with SMTP id hi2so6098992wib.5 for ; Tue, 20 May 2014 08:17:12 -0700 (PDT) In-Reply-To: <87bnuw16d3.fsf@gmail.com> (Igor Sosa Mayor's message of "Sat, 17 May 2014 22:46:00 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Igor Sosa Mayor Cc: emacs-orgmode@gnu.org Hi Igor, Igor Sosa Mayor 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