-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Checklist
- I followed the troubleshooting guide and it did not address my issue
- I've included a link to a Github Gist with the full contents of my
troubleshooting.orgbuffer - Each section below is filled in and includes sufficient detail to reproduce the issue
Expected Behavior
When calling an async block from a table formula with org-sbe, it should execute asynchronously and eventually populate the table cell(s) with the results.
Actual Behavior
It immediately populates the cell(s) with #ERROR
Steps to Reproduce
- Create a named async source block, let's call it
gimme_that - Create a table
- Add a formula to the table which calls the source block using
org-sbe, such as$1='(org-sbe "gimme_that") - Refresh the table formulas
Also, see the requested gist below.
Troubleshooting Artifacts
https://gist.github.com/mkrauss/3a908cb8bdf7ac9e0fcd5a660d161d0e
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels