this post was submitted on 26 Nov 2023
1 points (100.0% liked)

Emacs

305 readers
3 users here now

A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!

Get Emacs

Rules

  1. Posts should be emacs related
  2. Be kind please
  3. Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.

Emacs Resources

Emacs Tutorials

Useful Emacs configuration files and distributions

Quick pain-saver tip

founded 1 year ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 9 months ago (1 children)
[–] [email protected] 1 points 9 months ago

I assume they have run into a clash between the current org-mode abi and a stale ob-async wrapper.

[–] [email protected] 1 points 9 months ago

Note that debug-on-error is disabled for process filter functions and post-command hooks:

Quitting is suppressed while running ‘pre-command-hook’ and

‘post-command-hook’. If an error happens while executing one of these

hooks, it does not terminate execution of the hook; instead the error is

silenced and the function in which the error occurred is removed from

the hook

You can turn error debugging back for culprit functions; see this gist.

[–] [email protected] 1 points 9 months ago

Have you tried adding a delay before executing the async code block? It might help resolve the issue.