emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Martin Steffen <msteffen@ifi.uio.no>
To: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: fancy TODO lists setup (emacs 29.1)
Date: Fri, 10 Nov 2023 06:18:34 +0000	[thread overview]
Message-ID: <986592329af944a69a2a42bc75049021@ifi.uio.no> (raw)

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




Hi,

I have been using the todo functionality for quite a while. I also
adapted it to my needs, for instance using multiple keywords, not just
the simple cycle TODO -> DONE -> "nothing" additionally I use my
personal "coloring" and other adaptations.

When I upgraded my OS (from fedora 38 to 39) a few days ago, also emacs
was upgraded (to 29.1, before it was some 28.x version). At any rate,
the handling of the TODO-items no longer follows my choices. My settings
for instance include

(setq org-todo-keywords
      '((sequence "TODO(t)"  "UNDERWAY(w)" "DELEGATED(g)"  "PENDING(p)" "DEFERRED(l)" "|" "DONE(!)" "DORMANT(s)" "CANCELLED(c)")
        (sequence "IDEA" "CONCEPT" "UNDERWORK"  "UNDERREVISION"  "|"  "SUBMITTED" "REJECTED"  "PUBLISHED" "QUIESCENT")
        (sequence "BUG" "|"  "FIXED")
    (sequence "QUESTION" "|"  "ANSWERED")
    ));;

(setq org-todo-keyword-faces
      '(("TODO"      . (:foreground "orange" :weight bo"~/priv/org/" ld))
    ("UNDERWAY"  . org-warning)
    ("DEFERRED"  . shadow)
    ("DELEGATED"  . (:foreground "yellow" :weight bold))
    ("PENDING"  . (:foreground "brown" shadow))
    ("DONE"  . (:foreground "green"))
    ("DORMANT"  . (:foreground "grey"))
    ("CANCELLED"  . (:foreground "grey" :weight bold))
    ))

but the cycle is the vanilla TODO->DONE->"nothing" cycle. The other
status keywords, the ones I chose as extra, are not recognised and
treated as todo-markings, and thus for instance also not specifically
colored.

I checked the documentation like

https://orgmode.org/manual/Multiple-sets-in-one-file.html

whether things have changed (I used my setting for quite a while without
crucial changes), but it seems I still follow the "syntax" of the
setting.

Any idea what's wrong, resp. whether I missed some relevant changes in
behavior?

thanks, Martin

PS: My org version is Org mode version 9.5.2 (release_9.5.2-286-gd01235)














































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

             reply	other threads:[~2023-11-10  6:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-10  6:18 Martin Steffen [this message]
2023-11-10  9:36 ` fancy TODO lists setup (emacs 29.1) Ihor Radchenko
2023-11-10 11:51   ` Martin Steffen

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=986592329af944a69a2a42bc75049021@ifi.uio.no \
    --to=msteffen@ifi.uio.no \
    --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).