Leon

Results 86 comments of Leon

I've migrated all my cards to FSRS and completed a few hundred reviews without issues so FSRS is now included in org-fc. It requires some extra [setup steps](https://github.com/l3kn/org-fc/blob/main/docs/fsrs.org). I'll close...

Thanks for the detailed bug report! The whitespace in front of properties should be ignored so what you're seeing is not the intended behavior. I can replicate the bug but...

This should be fixed with the most recent commit (org-fc version 0.6.2). The AWK parser already allows properties whitespace in front but the added filter for finding org files with...

I think this is also due to how org-fc filters files. Initially I wanted to filter out files whose name starts with a "." but this seems to also filter...

You could use hooks & advice to collect a list of cards that were rated "again" during a review session, then make sure the list is reset before each new...

Assuming you have set `org-id-track-globally` to `t`, the following command will open an org-file with a list of links to failed cards and checkboxes you can mark to keep track...