Kungsgeten / org-brain

Org-mode wiki + concept-mapping
MIT License
1.72k stars 102 forks source link

Symbol's value as variable is void: Org-capture-templates #391

Closed fleurc closed 1 year ago

fleurc commented 1 year ago

Hey, i set up Org-brain using the example configuration talked about in the README, however when initiating Emacs, i am greeted with this error message.

I want org-brain to be in working order, and both polymode and org-capture have complained about Symbols being void.

I've checked, haven't found any issue that covers this, closed or open.

fleurc commented 1 year ago

Making straight.el work in conjunction with use-package seems to have worked, however then error (use-package): org-brain/:catch: Symbol's valye as variable us void: org--inhibit-version-check and as i've checked that isn't in my init file. Idk why it's giving the error

fleurc commented 1 year ago

Found the reason for the above error, fixed it, org-capture still complains. Deleted org-capture from the config, can't open Org-brain thanks to org-brain-polymode being seen as void.

fleurc commented 1 year ago

Fixing the byte compilation with :straight (:build (:not compile)) fixed the issue with polymode and org-capture-templates.