Closed souew closed 3 years ago
Thanks for including the error logs!
When adding review contexts, org-fc-dashboard-view
got a new function argument
and that's not yet handled by the revert function.
This shouldn't be hard to fix, I'll see when I can find the time to look into it.
I've removed the G
binding and the default g
for revert-buffer should be fixed now.
My actions: Create new flashcard (type doesn't matter) Open dashboard, the card gets recognized, stats are correct Press [r] for review Review the card
After review I get back to the dashboard, but now with old information in it. If I press g I get:
If I press G I get:
command-execute: Wrong type argument: commandp, org-fc-dashboard-view
If I press [q] I'm thrown into *Buffer List* but *org-fc Dashboard* is still present, I can switch to it and get same old information.
If I kill Dashboard manually and open it again, the information gets updated.