From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: bug report org mode Date: Sun, 26 Jan 2020 18:09:04 +0100 Message-ID: <871rrmcfgv.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39243) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ivlPI-00060C-Lg for emacs-orgmode@gnu.org; Sun, 26 Jan 2020 12:09:09 -0500 In-Reply-To: (Siegmar Maier's message of "Mon, 20 Jan 2020 08:06:16 +0000") 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Siegmar Maier Cc: "emacs-orgmode@gnu.org" Hi Siegmar, Siegmar Maier writes: > According to my examination the problem is with > org-id-update-id-locations. Removeing that column makes it work > again. > If I put that line behind it works also again Yes, `org-todo-keyword-faces' will be taken into account when set before any actual fontification of an Org buffer. If `org-id-update-id-locations' visits an Org buffer before `org-todo-keyword-faces' is set, then this last variable will be ignore in the visited buffer. I hope this helps, -- Bastien