Skip to content
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

Option to ignore sessions only #79

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

Conversation

jackkamm
Copy link

Since Org 9.5, some languages (currently Python and R) support the :async flag for sessions, but don't have async evaluation for nonsession blocks.

Currently, ob-async breaks the native async evaluation unless these languages are added to ob-async-no-async-languages-alist. However, doing so prevents using ob-async for nonsession blocks. It would be desirable to be able to use ob-async for nonsession blocks while using the native implementation for session blocks.

This PR adds an option ob-async-ignore-sessions that allows ob-async to ignore session blocks of a language, while still being able to use ob-async for the nonsession blocks.

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

Successfully merging this pull request may close these issues.

1 participant