From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: filtering org-agenda by tag Date: Mon, 30 Mar 2009 15:25:46 -0400 Message-ID: <87vdpqdd8l.fsf@gollum.intra.norang.ca> References: <3c1a2e750903281516we5fc3e9jc14da4bb7c1a2cdb@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 1LoN7R-00063l-Ux for emacs-orgmode@gnu.org; Mon, 30 Mar 2009 15:26:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LoN7O-0005z8-2c for emacs-orgmode@gnu.org; Mon, 30 Mar 2009 15:26:01 -0400 Received: from [199.232.76.173] (port=39590 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LoN7N-0005z5-SQ for emacs-orgmode@gnu.org; Mon, 30 Mar 2009 15:25:57 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:51588) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LoN7N-0001xf-Gj for emacs-orgmode@gnu.org; Mon, 30 Mar 2009 15:25:57 -0400 In-Reply-To: (Carsten Dominik's message of "Mon\, 30 Mar 2009 08\:49\:26 +0200") 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: Carsten Dominik Cc: shaunalynn duffy , emacs-orgmode@gnu.org It works for me too. (I can't reproduce it either) -Bernt Carsten Dominik writes: > Hi > > I cannot reproduce this, refreshing keeps the filter for me. > > - Carsten > > On Mar 28, 2009, at 11:16 PM, shaunalynn duffy wrote: > >> Hey there, >> >> I just switched to using the development version of org-mode (rather >> than the synaptic package), and now have an issue with org-agenda. >> Whenever I filter the agenda by tag and then refresh the agenda or >> move to a new view (functionally, refreshing it) the filter is no >> longer applied. Internet searching turned up the promisingly named >> variable "org-agenda-filter-preset," but it isn't recognized by my >> emacs. >> >> I guess my questions are: Was switching to the dev version the cause >> of this change? AND Is there a straightforward way to get the filter >> to be applied through a reload, or is this something I should write >> a solution to for myself?