From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: Change in appearance of org-todo-keywords Date: Thu, 03 Aug 2017 13:33:06 -0500 Message-ID: <87o9rwsdr1.fsf@alphapapa.net> References: <87y3r0zjpx.fsf@yandex.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ddKxp-0007qv-Vv for emacs-orgmode@gnu.org; Thu, 03 Aug 2017 14:35:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ddKxn-0008Gu-BT for emacs-orgmode@gnu.org; Thu, 03 Aug 2017 14:35:18 -0400 Received: from [195.159.176.226] (port=39779 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ddKxn-0008GN-34 for emacs-orgmode@gnu.org; Thu, 03 Aug 2017 14:35:15 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1ddKxc-0005ba-5n for emacs-orgmode@gnu.org; Thu, 03 Aug 2017 20:35:04 +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 I don't mean this in a snide way, but do you keep your config in version control? e.g. if you have it stored in git, you can bisect it and find the change that caused the problem. Other than that, you can probably find the problem using the bug-hunter package. It can bisect your init file and find the lisp form that's causing it.