From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: filtering timeline view Date: Thu, 29 Jan 2009 08:18:26 -0500 Message-ID: <87r62mjlnh.fsf@gollum.intra.norang.ca> References: <4b11f87e0901282003v77194d44t563c0cee88d0a5d7@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSWmt-0007bf-J8 for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 08:18:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSWms-0007bT-At for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 08:18:30 -0500 Received: from [199.232.76.173] (port=45033 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSWms-0007bQ-4c for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 08:18:30 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:65161) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LSWmr-0003jp-TM for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 08:18:30 -0500 In-Reply-To: <4b11f87e0901282003v77194d44t563c0cee88d0a5d7@mail.gmail.com> (Ilya Shlyakhter's message of "Wed\, 28 Jan 2009 23\:03\:05 -0500") 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: Ilya Shlyakhter Cc: emacs-orgmode@gnu.org Ilya Shlyakhter writes: > Is it possible to filter the timeline view (agenda) by tag and/or by > headline regexp? > > I use orgmode for a research notebook, where the outline organizes > ideas on various projects and sub-projects. > I put timestamps into entries when I work on them, so that I can use > the Timeline agenda view to quickly find recently > worked-on items. But I want to be able to find only the _important_ > recently worked-on items, skipping things like > temporary brainstorming notes. I can tag the important items (or the > unimportant items) with particular tags, > or with particular strings in the headlines; but is there a way to > restrict the timeline view based on that info? Filtering by tags is easy - in the agenda use / and then one of your quick keys for tags or TAB to specify any tag to filter on. -Bernt