-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading ob-rust sets org-id-locations-file #12
Comments
The reason can be found in the test file: https://github.com/micanzhang/ob-rust/blob/master/test-ob-rust.el#L28 |
A workaround (with-eval-after-load 'ob-rust-test
(setq org-id-locations-file "~/.emacs.d/.org-id-locations")) |
laurynas-biveinis
added a commit
to laurynas-biveinis/dotfiles
that referenced
this issue
Oct 31, 2024
In ob-cobol I set it to a temporary file during the tests.
|
gs-101
added a commit
to gs-101/ob-rust
that referenced
this issue
Dec 5, 2024
Use a temporary file for testing, so it doesn't set the location for the current session. Closes micanzhang#12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Loading this package sets
org-id-locations-file
to"/home/username/.config/emacs/elpa/ob-rust-20220824.1923/.test-org-id-locations"
for some reason.The text was updated successfully, but these errors were encountered: