~l3kn/org-fc#32: 
Error with Awk

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

Status
RESOLVED FIXED
Submitter
~charleshuff
Assigned to
No-one
Submitted
1 year, 7 months ago
Updated
1 year, 6 months ago
Labels
No labels applied.

~l3kn 1 year, 6 months ago

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)

Register here or Log in to comment, or comment via email.