Skip to content

Support running blocks sequentially with org-babel-execute-subtree #64

@skangas

Description

@skangas

With the following org-mode file:

* test
** foo
#+begin_src shell :async t
sleep 3
echo foo
#+end_src
** bar
#+begin_src shell :async t
echo bar
#+end_src

With point at beginning of buffer, type M-x org-babel-execute-subtree RET. Source code blocks are now evaluated in parallel, such that the result below the second header (bar) shows up before the first (foo).

Please consider adding support for sequential evaluation of source code blocks with org-babel-execute-subtree.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions