Leon

Results 86 comments of Leon

How did you set up the `find` command on windows? Maybe it doesn't support the `-L` flag and gets confused.

I don't have a windows installation to test this on but it seems like the problem could also be solved by explicitly telling org-fc which version of `find` to use....

This looks like an useful feature! One concern is that you're also adding the cloze hole ID, I think it would be better to use `org-fc-update` for this. Cloze cards...

It looks like the keymap hints only uses bindings from the `org-fc-...-mode-map`s of the different modes. There seems to be a way to get the keymaps created by `evil-define-minor-mode-key`, so...

If defining the keys twice is ok for you, I'll keep the keymap-hint code as it is. Would you mind posting the code you're using to do so? Then I...

Can you do a `C-h f` (`describe-function`) and check if any of the `org-fc-awk-...` functions show up?

Searching only for files containing flashcards is a great idea, maybe a `org-fc-find-command` variable would be more flexible?

Interesting, I've got a collecton of ~2700 files and never noticed this, from the manpage it looks like there is a system dependent limit to how many files xargs can...

org-fc has two hooks that are run before and after the review session, `org-fc-before-review-hook` and `org-fc-after-review-hook`. In the `before-review-hook`, you could save the old font size and set a new...

Don't worry about not having read the code, that shoudn't be neccessary for a feature like this (that's what the hook system is for). Looks like I wrote a bit...