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
...neither the half nor the todo checkbox states get updated. Am I doing something wrong? I've confirmed that the function is being run with print function calls.
The text was updated successfully, but these errors were encountered:
I had the same issue, but mine was for not indenting the checkboxes. It could be a syntax issue.
*TODOtest- [ ] Task1
You have
*TODOtest
[] Task1
which is not parsed as a checkbox, but a line that happens to start with two brackets. You need the dash at the front and the blanks in-between. See here nvim-orgmode/orgmode#491 (comment)
Hey @akinsho, awesome plugin as always, just started using it a bit ago and I love it!
So when I use the following configuration...
...neither the half nor the todo checkbox states get updated. Am I doing something wrong? I've confirmed that the function is being run with print function calls.
The text was updated successfully, but these errors were encountered: