emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* fancy TODO lists setup (emacs 29.1)
@ 2023-11-10  6:18 Martin Steffen
  2023-11-10  9:36 ` Ihor Radchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Steffen @ 2023-11-10  6:18 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

[-- 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 --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: fancy TODO lists setup (emacs 29.1)
  2023-11-10  6:18 fancy TODO lists setup (emacs 29.1) Martin Steffen
@ 2023-11-10  9:36 ` Ihor Radchenko
  2023-11-10 11:51   ` Martin Steffen
  0 siblings, 1 reply; 3+ messages in thread
From: Ihor Radchenko @ 2023-11-10  9:36 UTC (permalink / raw)
  To: Martin Steffen; +Cc: emacs-orgmode@gnu.org

Martin Steffen <msteffen@ifi.uio.no> writes:

> 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
>
> ...
> 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 am unable to reproduce using both stable and main branches.

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

This is not the latest version of Org. You can try to upgrade.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: fancy TODO lists setup (emacs 29.1)
  2023-11-10  9:36 ` Ihor Radchenko
@ 2023-11-10 11:51   ` Martin Steffen
  0 siblings, 0 replies; 3+ messages in thread
From: Martin Steffen @ 2023-11-10 11:51 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: emacs-orgmode@gnu.org




    > I am unable to reproduce using both stable and main branches.

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

    > This is not the latest version of Org. You can try to upgrade.



Thanks a lot. Seems like updating the org-setting did the trick already.

I got now

           Org mode version 9.7 pre (release_9.6.11-917)

and the todo's works basically unchange and as I am used to.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-10 11:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-10  6:18 fancy TODO lists setup (emacs 29.1) Martin Steffen
2023-11-10  9:36 ` Ihor Radchenko
2023-11-10 11:51   ` Martin Steffen

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).