shg / ob-julia-vterm.el

Org-babel support for Julia code blocks using julia-vterm
GNU General Public License v3.0
36 stars 6 forks source link

Referencing another code block with :var is not working #21

Closed shg closed 1 year ago

shg commented 1 year ago

This used to work, but no longer works. The block referenced by the org-babel-ref-resolve function should be executed in sync mode, but it seems it is being executed in async.

shg commented 1 year ago

Fixed by 619c494