Hello Emacs Org Mode Team,
- Emacs version (M-x emacs-version). GNU Emacs 29.3 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0) of 2024-04-01, modified by Debian - Org mode version (M-x org-version). Org mode version 9.6.15 (release_9.6.15 @ /usr/share/emacs/29.3/lisp/org/) - The exact steps that I have taken in a emacs -q session: 1. Open a new .org file. 2. Add a line: - TODO Testing. 3. Evaluate (setq org-todo-keywords '((sequence "TODO" "|" "DONE"))) in *scratch*. 4. Switch back to the .org file. 5. Run M-x org-shiftright on the - TODO line. 6. The unexpected result (bullet changes to + instead of TODO state changing to DONE). Can you let me know if such behaviour has been experienced before? Thanks for the assistance. Regards S.Subramanian