-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when attempting to review cards: "org-fc-index: Symbol’s function definition is void: org-fc-awk-index" #67
Comments
Can you do a |
Thank you for your quick response :) For
Another,
Is there any other output that might be helpful? |
I've made some progress. By evaluating However, upon arriving at a review of the "Compact Double Card" heading, the review session ceased, with the error: I then tried modifying the |
@MattHood I just meet this problem when I want to defer load the org-fc package (with only I find that when I use As a reference, you can check my config file. |
Thanks for your suggestion @chuxubank - unfortunately it didn't change anything, there must just be something weird about my setup. I hope it works for someone else who may stumble upon this thread in the future. |
I too experienced this error. The suggestion by @chuxubank removes the error. However, @l3kn My (use-package org-fc
:straight (:type git :repo "https://git.sr.ht/~l3kn/org-fc"
:files (:defaults "awk" "demo.org"))
:after org
:bind ("H-f" . org-fc-hydra/body)
:config
(require 'org-fc-hydra)) I can confirm that Since Edit: I think the |
Interesting, maybe I can't replicate the error because in my config org-mode is loaded before any of the code for org-fc. In that case, adding
I'll try to move some code around in my emacs config to replicate this, |
Thanks for your work on org-fc - I'm very keen to get started with it! I'm just having an issue getting set up: when I attempt to review cards, the following error appears in the mini buffer:
org-fc-index: Symbol’s function definition is void: org-fc-awk-index
This occurs even when running
M-x org-fc-demo
- thedemo.org
file opens, but the above error appears and nothing else happens.My system:
OS: macOS Big Sur 11.5.2
Emacs: Mituharu's Emacs-mac, emacs version 27.2. Also replicated on emacs-plus, with emacs version 28.
Relevant emacs config:
Dependencies installed via
Any help would be greatly appreciated.
Matt.
The text was updated successfully, but these errors were encountered: