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

Making async advice respect PARAMS containing :async #74

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

Making async advice respect PARAMS containing :async #74

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Dec 14, 2020

The function org-babel-execute-src-block has a third argument PARAM, which enable the following

Optionally supply a value for PARAMS which will be merged with the header arguments specified at the front of the source code block.

However, this

(org-babel-execute-src-block nil nil '((:async)))

does not run the block as async. Digging into it that is because we bail out early if the header argument :async is missing from INFO. This PR adds support for also looking for :async in PARAMS.

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.

0 participants