From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Org agenda started behaving badly Date: Mon, 11 Jun 2018 15:06:14 -0400 Message-ID: <878t7lm9cp.fsf@alphaville.usersys.redhat.com> References: <87in6szhhs.fsf@mbork.pl> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSS96-0000ki-JQ for emacs-orgmode@gnu.org; Mon, 11 Jun 2018 15:06:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSS93-0004uQ-FP for emacs-orgmode@gnu.org; Mon, 11 Jun 2018 15:06:28 -0400 Received: from [195.159.176.226] (port=51833 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fSS93-0004tb-7w for emacs-orgmode@gnu.org; Mon, 11 Jun 2018 15:06:25 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fSS6s-0002Fx-Vs for emacs-orgmode@gnu.org; Mon, 11 Jun 2018 21:04:10 +0200 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" To: emacs-orgmode@gnu.org Marcin Borkowski writes: > Hi all, > > so out of nowhere my org agenda started behaving in a strange way. It > seems not to respect my TODO-keywords settings: > > (setq org-todo-keywords > '((sequence "TODO(t!)" "DONE(d!)") > (sequence "SOMEDAY(s!)") > (sequence "CANCELLED(c@)") > (sequence "WAIT(w!)" "|"))) > > i.e., it now shows all the "CANCELLED" items as if "CANCELLED" was not > a todo keyword at all. When I visit the offending file and issue M-x > normal-mode, everything is back to normal again. > What does C-h v org-todo-keywords RET say when you see the problem? Is it possible that there is a local variable shadowing the global setting? > Now the strange thing is, I haven't updated Org in a while. I did now, > but the problem persists. I am on > > Org mode version 9.1.13 (release_9.1.13-791-g842002 @ [...]) > > and > > GNU Emacs 27.0.50 (commit f1e65b7) > > I also can't remember changing my config (but it's quite possible that > I'm forgetting something). > > What I did do is I updated some packages through the Emacs package > manager, but I don't think this is related. > > Now I know this is a bit vague, but does anyone have any idea what might > cause this, or how I could try to debug this problem? > > Of course, I have a lot of Org-mode-related customizations in my > init.el, but I don't think they are related. If I'm wrong, I can post > them here, of course. > > Best, > > -- > Marcin Borkowski > http://mbork.pl > > -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler