astahlman / ob-async

Asynchronous src_block execution for org-babel
343 stars 32 forks source link

presented example is not working #94

Closed hajovonta closed 1 year ago

hajovonta commented 1 year ago

When trying the example presented on the readme page, I got no results. Instead, the Warnings buffer pops up with a message:

Warning (emacs): ob-async-org-babel-execute-src-block is no longer needed in org-ctrl-c-ctrl-c-hook

it seems the source was never executed.

wmealing commented 1 year ago

Just to be clear this is the one in the animated gif ?

You might have some older emacs configuration code hooking into org-ctrl-c-ctrl-c-hook. Preventing it from working.

Take a look through your config to find out where its being hooked from, remove that and see if the issue presents itself.

I have just tested current ob-async with a clean config on emacs 28 and it works correctly.

The problem is most likely in your local configuration.

hajovonta commented 1 year ago

Thanks for taking your time to verify it. I don't know why, but it now works. My guess is that in the meantime I updated packages, config and Emacs several times, perhaps the problematic config/package was overwritten with a correct one.

wmealing commented 1 year ago

Emacs can be a harsh tool. Glad its working for you now, do you want to close up this issue (I can't.. but I assume you can).

hajovonta commented 1 year ago

Yes, let's close this. Thanks again for looking into it.