-
I have a strange bug where I am doing an asynchronous export form org, and there is an interaction between the org loaded in the current emacs session (from straight), and the org in the spawned emacs (whose init file specifies nothing, so I assume it’s the builitin one). My question is: how can I define my asynchronous init file to load the org installed in straight? For context, the bug I am seeing is this, in the
and the problematic function |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Adding straight's build folder for Org to (add-to-list 'load-path (expand-file-name "straight/build/org/" user-emacs-directory)) |
Beta Was this translation helpful? Give feedback.
Adding straight's build folder for Org to
load-path
should work.e.g.