From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Custom agenda view: Select specific tag (or category) + display timestamps Date: Sat, 20 Mar 2010 16:31:19 +0100 Message-ID: <60278FD4-B7E5-4951-B4CE-41D9BD90440E@gmail.com> References: <4BA32BD3.3030206@uni-koeln.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nt0eA-0000qg-3C for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 11:31:30 -0400 Received: from [140.186.70.92] (port=35690 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nt0e6-0000oi-Rs for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 11:31:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nt0e5-0007Tb-55 for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 11:31:26 -0400 Received: from paard.ic.uva.nl ([145.18.40.182]:34539) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nt0e4-0007TN-Tp for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 11:31:25 -0400 In-Reply-To: <4BA32BD3.3030206@uni-koeln.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bernd Weiss Cc: emacs-orgmode@gnu.org On Mar 19, 2010, at 8:46 AM, Bernd Weiss wrote: > Dear all, > > I'm having trouble with agenda customization. I have a couple of > entries > (+ timestamp) which are tagged with 'conference' and I'd like to > have a > list of conferences + timestamps. Hi Bernd, what do you mean by "a list of conferences + timestamps". Have you tried to use the customize interface - it is quite helpful for generating org-agenda-custom-commands. There is also an excellent tutorial by Matt Lundin - maybe it will give you the right ideas? http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.php HTH - Carsten > > (setq org-agenda-custom-commands > '( > ("c" "conferences" > ((tags "CONFERENCE")) > ) > ) > ) > > > Many thanks in advance for your help, > > Bernd > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten