org-gtd.el icon indicating copy to clipboard operation
org-gtd.el copied to clipboard

NEXT-DONE handling with gtd-edna

Open slarkkent opened this issue 1 year ago • 1 comments

Hello there,

Unfortunately, I cannot get org-gtd to work properly in regards to automatically changing to the next todo in projects.

My steps (doom user):

  1. Create a new project with a few tasks
  2. First task is set to NEXT, others are set to TODO
  3. I open "org-gtd-engage" and see the first job of the project as "NEXT"
  4. I hit "t d" to set it to DONE
  5. I expect the entry to disappear and the next todo of that project to appear carrying the NEXT status

What happens instead: 5. Entry is set to DONE but nothing else happens

I tried to downgrade from emacs 30 to 29. I reinstalled all packages. I played around with org-edna-mode and org-gtd-mode. Every combination of option seems to not work for me.

Any help or suggestion is highly appreciated.

slarkkent avatar Feb 07 '24 22:02 slarkkent

Did a refresh buffer work for you? hit "g" after your step 4

dev590t avatar Feb 24 '24 23:02 dev590t