-
Notifications
You must be signed in to change notification settings - Fork 25
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
ess-julia-mode, julia-mode and org-mode configuration #19
Comments
Hi, This package is not maintained anymore, so it is not useful to post here. Actually, your problem is the expected behavior. I suppose that you use polymode. Polymode has an automatic matcher: if the src block begins with Your idea was good: if your src block begins with For the fork I'm maintaining, I'm currently struggling with this same question. There are several difficult choices to make, and I'm still not sure which one is the best. Currently, I use only Cheers, |
Hi F. I was not using polymode. I simply want to be able to use org-edit-src-code (C-c ' ) to get into ess-julia-mode so I can edit stuff. But for some reason it is using julia-mode instead. weird. I do most of my work on R and would love to have the exact same workflow with Julia.
|
Actually I'm in the same situation and that's why I'm trying to develop a fork of |
Hi
I'm running into a strange issue when using julia with orgmode. I loaded ob-julia
(load-file "~/elisp/ob-julia.el")
and included julia in the load-language
I'm able to create a source block and execute it with C-c C-c
However, when I try to edit the code (C-c ') julia-mode is activated and none of the ESS specific commands work.
On the other hand if I use ess-julia instead of julia on the source block:
and I type C-c ' then ess-julia-mode gets activated and the ess keybindinds work fine.
The problem is that with ess-julia-mode I'm unable to use C-c C-c to execute the block. I get:
org-babel-execute-src-block: No org-babel-execute function for ess-julia!
How can I set org-edit-src-code to set julia blocks to ess-julia-mode instead of julia-mode? Or alternatively use ess-julia as an alias to julia so that I can execute julia blocks in orgmode.
Could this be related to issue:
emacs-ess/ESS#645
?
What am I missing?
thanks
FKG
The text was updated successfully, but these errors were encountered: