From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Sticky agendas not redone when using org-agenda-(set|remove)-restriction-lock Date: Sun, 18 Jan 2015 23:39:04 +0100 Message-ID: <874mrnbto7.fsf@nicolasgoaziou.fr> References: <87fvb8qt9z.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCyTr-0003hK-0p for emacs-orgmode@gnu.org; Sun, 18 Jan 2015 17:38:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YCyTn-0003iv-Qh for emacs-orgmode@gnu.org; Sun, 18 Jan 2015 17:38:02 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:45390) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCyTn-0003ib-KS for emacs-orgmode@gnu.org; Sun, 18 Jan 2015 17:37:59 -0500 In-Reply-To: (Nikolai Weibull's message of "Sun, 18 Jan 2015 14:27:41 +0100") 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: Nikolai Weibull Cc: emacs-orgmode@gnu.org Nikolai Weibull writes: > I realize that you have to update it manually, but wouldn=E2=80=99t it ma= ke > sense to have it be updated automatically when you call > org-agenda-(set|remove)-restriction-lock? At least when you do so > from the Agenda itself? It could make sense, but the current behaviour is simple and consistent : always refresh manually, no exception. The other solution is to have all actions started from the agenda trigger an automatic update. I don't know if that's the spirit of the original sticky agenda feature, but it is certainly more work for little benefit. Regards,