emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Siegmar Maier <sierma@hotmail.de>
To: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: bug report org mode
Date: Mon, 20 Jan 2020 08:06:16 +0000	[thread overview]
Message-ID: <AM0PR06MB50607B733A0FD6DD698D56C9AE320@AM0PR06MB5060.eurprd06.prod.outlook.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1396 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 9363 bytes --]

             reply	other threads:[~2020-01-20  8:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-20  8:06 Siegmar Maier [this message]
2020-01-26 17:09 ` bug report org mode Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AM0PR06MB50607B733A0FD6DD698D56C9AE320@AM0PR06MB5060.eurprd06.prod.outlook.com \
    --to=sierma@hotmail.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).