Skip to content

CALL to non-async src blocks stopped working #102

@g-gundam

Description

@g-gundam
* Define A Named Src Block
#+name: double
#+begin_src elisp :var n=1
(* n 2)
#+end_src

* CALL without ob-async loaded
#+call: double(5)

#+RESULTS:
: 10

* CALL with ob-async loaded
#+call: double(5)

(From *Messages* buffer)
apply: Wrong number of arguments: #<subr ob-async-org-babel-execute-src-block>, 5
  • I defined a non-async elisp src block called double that doubles its input.
  • I called it using the call keyword: #+call: double(5).

Expected Result

#+RESULTS:
: 10

Actual Result

From the *Messages* buffer:

apply: Wrong number of arguments: #<subr ob-async-org-babel-execute-src-block>, 5

Screenshot

Image

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