Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

WIP: add org-mode integration #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vv111y
Copy link
Contributor

@vv111y vv111y commented Sep 24, 2019

Have jupyter override (and restore) babels functionality for code blocks
of certain source languages.


This is still being worked on.

@vv111y vv111y force-pushed the org-integration branch 4 times, most recently from 21a401f to a6c5e48 Compare September 24, 2019 04:07
Have jupyter override (and restore) babels functionality for code blocks
of certain source languages.
@benneti
Copy link
Owner

benneti commented Sep 24, 2019

I am not sure about this, don't you think a config var to choose whether to use the override or not would be sufficient.
Also when we set up the org stuff by default we should probably add this to a post init hook

(spacemacs|use-package-add-hook org
  :post-config (add-to-list 'org-babel-load-languages ((jupyter . t))))

which in turn would be very hard because we would need to ensure that it is the last language (except something changed in emacs-jupyter that I am not aware of).
Probably it would be best to discuss this in the spacemacs gitter or something like that.

Thanks for all your PR's by the way.
(I only use the ord stuff so I did not care to much for the REPL 😅 .

@vv111y
Copy link
Contributor Author

vv111y commented Sep 26, 2019

your welcome, it's enjoyable to get this setup.
What you say makes sense, I'll have to think about it. I'll get back to both PRs tomorrow, don't have time today.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants