this post was submitted on 25 Nov 2023
1 points (100.0% liked)

Emacs

305 readers
3 users here now

A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!

Get Emacs

Rules

  1. Posts should be emacs related
  2. Be kind please
  3. Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.

Emacs Resources

Emacs Tutorials

Useful Emacs configuration files and distributions

Quick pain-saver tip

founded 1 year ago
MODERATORS
 

Im looking at the org babel WORG webpage on running shell code and it says there that we can run shell command asynchronously. However, when I try some of the examples in my machine, the async is completely ignored. Am I supposed to install something else?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 9 months ago (2 children)

You need ob-async but it's broken on later org versions. There are some unmerged pull requests in the GitHub that can fix that.

[–] [email protected] 1 points 9 months ago (1 children)

Does this require building org-mode itself?, or can it be fixed in a simpler way?… I connect to remote systems so asynchronous is a must

[–] [email protected] 1 points 9 months ago

Built-in async support for shell source blocks is not yet released. It is only available in the development version of Org mode.