I installed org-fc in Doom emacs by pasting:
(straight-use-package 'hydra) (straight-use-package '(org-fc :type git :repo "https://git.sr.ht/~l3kn/org-fc" :files (:defaults "awk" "demo.org") :custom (org-fc-directories '("/home/charles/Dropbox/org/roam")) :config (require 'org-fc-hydra)))
into packages.el and it looks like everything was installed correctly. But, when I try to run org-fc I get this error in the minibuffer:
Symbol’s function definition is void: org-fc-awk-index
Any ideas what I may have done wrong? I am using Doom emacs on Fedora. Awk version is 5.1.0
Hi ~charleshuff, did you find a way to fix this problem?
https://github.com/l3kn/org-fc/issues/67 seems to be the same error but I don't know what might cause it or how to fix it without a manual
(require 'org-fc)