You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
;; Allows you to edit entries directly from org-brain-visualize
(use-package polymode
:config
(add-hook 'org-brain-visualize-mode-hook #'org-brain-polymode))
Hmm, it seems like org-mode tries to use functionality from polymode even though polymode isn't loaded yet. That shouldn't be the case, but I might be doing something wrong when checking if polymode is available.
Try moving polymode before org-brain in your init-file, or try adding :after polymode in the org-brain use-package declaration.
I'm seeing this error, too. I believe it is because define-hostmode is a macro instead of a function. I'm not sure how to fix the problem, but it is keeping me from using my brain!
Hi, I am trying to configure the org-brain and my configuration looks the following:
However, I receive the following error message from the
warning
section:Error (use-package): polymode/:catch: Invalid function: define-hostmode
and if I run
The backtrace throws me with
How should I deal with the problem?
The text was updated successfully, but these errors were encountered: