You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you create a new headline with org_insert_todo_heading or org_insert_todo_heading_respect_content the TODO keyword will be WAITING instead of TODO.
Steps to reproduce
Create a headline with the scenario described above
Expected behavior
The new created headline has the TODO keyword, or the one the user chooses
Emacs functionality
No response
Minimal init.lua
-- Enter your minimal_init.lua here
Screenshots and recordings
No response
OS / Distro
Linux
Neovim version/commit
0.10.4
Additional context
I implemented a fix for this case in this pr using the org_todo_default_state configuration option
The text was updated successfully, but these errors were encountered:
Describe the bug
If you define the next keywords order because is the one you want it to have in the agendas
When you create a new headline with
org_insert_todo_heading
ororg_insert_todo_heading_respect_content
the TODO keyword will be WAITING instead of TODO.Steps to reproduce
Create a headline with the scenario described above
Expected behavior
The new created headline has the
TODO
keyword, or the one the user choosesEmacs functionality
No response
Minimal init.lua
-- Enter your minimal_init.lua here
Screenshots and recordings
No response
OS / Distro
Linux
Neovim version/commit
0.10.4
Additional context
I implemented a fix for this case in this pr using the
org_todo_default_state
configuration optionThe text was updated successfully, but these errors were encountered: