You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm dealing with the same problem (I'm on Emacs 29.4, org 9.6.15). After launching emacs --no-init-file executing consecutively the following blocks of code results in the same error. @bschwehn Did you manage to solve problem? BTW. Is ob-async dead? The last commit was 4 yeas ago, the last issue - almost year and a half...
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.org
bufferEach section below is filled in and includes sufficient detail to reproduce the issue
Expected Behavior
Async execution working or at least only failing once when using :noweb yes
Actual Behavior
After executing a code block with
:async
and:noweb yes
, all subsequent executions with:async
fail with errorSteps to Reproduce
execute
=> this should work asyncronously
execute
=> this fails with "Invalid read syntax: "#"
now
also fails and keeps failing until restarting emacs.
I have tried the workaround that was suggested in #75
but no difference
Troubleshooting Artifacts
https://gist.githubusercontent.com/bschwehn/0d36feaa9c0c681295eb4b955da90919/raw/9feca662ccdcb685c84bcd65a37be7b7b83b7b22/troubleshooting.org
The text was updated successfully, but these errors were encountered: