From mboxrd@z Thu Jan 1 00:00:00 1970 From: Siegmar Maier Subject: bug report org mode Date: Mon, 20 Jan 2020 08:06:16 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_000_AM0PR06MB50607B733A0FD6DD698D56C9AE320AM0PR06MB5060eurp_" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46960) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1itS4o-0003tE-F3 for emacs-orgmode@gnu.org; Mon, 20 Jan 2020 03:06:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1itS4j-0004EI-31 for emacs-orgmode@gnu.org; Mon, 20 Jan 2020 03:06:26 -0500 Received: from mail-oln040092068011.outbound.protection.outlook.com ([40.92.68.11]:7653 helo=EUR02-HE1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1itS4i-0004D2-O3 for emacs-orgmode@gnu.org; Mon, 20 Jan 2020 03:06:21 -0500 Content-Language: de-DE 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: "emacs-orgmode@gnu.org" --_000_AM0PR06MB50607B733A0FD6DD698D56C9AE320AM0PR06MB5060eurp_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I found following strange behaviour: with windwos 10 emacs-version: GNU Emacs 26.3 (build 1, x86_64-mingw32) of 2019-08-29 org-version: 9.3.1-elpaplus if I use following sequence the coloring of the keywords is not working: (org-id-update-id-locations) (setq org-id-link-to-org-use-id t) (setq org-agenda-deadline-leaders '("!D! " "D%02d: " "D-%02d: = ")) (setq org-agenda-scheduled-leaders '(" " "S%02d: ")) (setq org-todo-keywords '((type "TODO(t!)" "STARTED(s@)" "WAITING(w@)" "DELEGATED(g@)" "MEET(m!)" "SOMEDAY(s!)" "PROJECT" "|" "DONE(d!)" "CANCELED(c!)"))) (setq org-todo-keyword-faces '( ("TODO" :foreground "medium blue" :weight bold) ("MEET" :foreground "deep sky blue" :weight bold) ("STARTED" :foreground "dark orange" :weight bold) ("WAITING" :foreground "red" :weight bold) ("SOMEDAY" :foreground "dark blue" :weight bold) ("DELEGATED" :foreground "dark orange" :weight bold) ("CANCELED" :foreground "forest green" :weight bold) ("PROJECT" :foreground "#088e8e" :weight bold))) 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 --_000_AM0PR06MB50607B733A0FD6DD698D56C9AE320AM0PR06MB5060eurp_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
I found following strange behaviour:
with
windwos 10
emacs-version: GNU Emacs 26.3 (build 1, x86_64-mingw32) of 2019-08-29
org-version: 9.3.1-elpaplus

if I use following sequence the coloring of the keywords is not working:
(org-id-update-id-locations)
(setq org-id-link-to-org-use-id t)
(setq org-agenda-deadline-leaders '("!D!     &nbs= p;  " "D%02d:       " "D-%02d: &nbs= p;    "))
(setq org-agenda-scheduled-leaders '("      =     " "S%02d:       "))
(setq org-todo-keywords
      '((type
         "TODO(t!)"
         "STARTED(s@)"=
         "WAITING(w@)"=
         "DELEGATED(g@)"
         "MEET(m!)"
         "SOMEDAY(s!)"=
         "PROJECT"
         "|"
         "DONE(d!)"
         "CANCELED(c!)")))
(setq org-todo-keyword-faces
      '(
        ("TODO" :foreground "= medium blue" :weight bold)
        ("MEET" :foreground "= deep sky blue" :weight bold)
        ("STARTED" :foreground &qu= ot;dark orange" :weight bold)
        ("WAITING" :foreground &qu= ot;red" :weight bold)
        ("SOMEDAY" :foreground &qu= ot;dark blue" :weight bold)
        ("DELEGATED" :foreground &= quot;dark orange" :weight bold)
        ("CANCELED" :foreground &q= uot;forest green" :weight bold)
        ("PROJECT" :foreground "#0= 88e8e" :weight bold)))
According to my examination the problem is with org-id-update-id-locations. Removeing that column makes it work ag= ain.
If I put that line behind it works also again
--_000_AM0PR06MB50607B733A0FD6DD698D56C9AE320AM0PR06MB5060eurp_--