Hello again,

Roger Mason <rma...@mun.ca> writes:


...snip...

> Is ob-async known to be broken?

No.  The user is broken.

It seems ob-async must be required in the file in which it is to be used
(I had it in my init file).  I ran into a further problem that is
resolved using:

(defun no-hide-overlays (orig-fun &rest args)
(setq org-babel-hide-result-overlays nil))
(advice-add 'ob-async-org-babel-execute-src-block :before
#'no-hide-overlays)

See:
https://www.reddit.com/r/emacs/comments/v2p4q9/orgbabel_problems_with_obasync/

Sorry for the noise.
Roger

  • ob-async Roger Mason
    • Re: ob-async Roger Mason

Reply via email to