From mboxrd@z Thu Jan 1 00:00:00 1970 From: torys.anderson@gmail.com (Tory S. Anderson) Subject: Re: Org Agenda Mode Line Date: Fri, 30 Jan 2015 12:55:30 -0500 Message-ID: <871tmcqhkd.fsf@gmail.com> References: <87egqcqv8u.fsf@gmail.com> <87vbjocgxd.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHFn7-0002dM-51 for emacs-orgmode@gnu.org; Fri, 30 Jan 2015 12:55:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHFn2-0007xp-Ts for emacs-orgmode@gnu.org; Fri, 30 Jan 2015 12:55:36 -0500 Received: from mail-yh0-x236.google.com ([2607:f8b0:4002:c01::236]:41924) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHFn2-0007xb-Ju for emacs-orgmode@gnu.org; Fri, 30 Jan 2015 12:55:32 -0500 Received: by mail-yh0-f54.google.com with SMTP id 29so11571579yhl.13 for ; Fri, 30 Jan 2015 09:55:32 -0800 (PST) In-Reply-To: <87vbjocgxd.fsf@kyleam.com> (Kyle Meyer's message of "Fri, 30 Jan 2015 12:33:02 -0500") 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: Kyle Meyer Cc: orgmode list Hey, thanks for telling me about org-agenda-sticky. I'm going to use that in the future! Having tested, I seem to have gotten rid of the 2015-01-24 line; I notice, though, that it seems to include those messages of one sort or another in every case now. By default it now shows *Org Agenda(a)* and using some other agenda function will show something else. Is this behavior from a recent patch? I don't remember it previously. Kyle Meyer writes: > torys.anderson@gmail.com (Tory S. Anderson) wrote: >> Suddenly I see my org agenda mode line has, as the buffer name, >> *Org Agenda(a:2015-01-24) >> >> I've tried closing and restarting agenda but it persists. What does >> this mean? > > That looks like a buffer name generated when org-agenda-sticky is > non-nil. The text in parentheses tells you how the command was invoked. > For example, "*Org Agenda(s:term)*" means that after calling org-agenda, > you pressed 's' and searched for 'term'. In your case, you used the 'a' > key, but I'm uncertain of how the '2015-01-24' was generated. > > How are you trying to close the buffer? With a sticky agenda, 'q' will > just bury the buffer. You need to press 'Q' or call kill-buffer > directly to actually kill it.